Skip to content

Commit

Permalink
install postgres in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 1, 2023
1 parent d6f7cac commit ddcfee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: "poetry"
- name: Install dependencies
run: |
poetry install
poetry install --extras pgsql
shell: bash
- name: Run tests
env:
Expand Down

0 comments on commit ddcfee2

Please sign in to comment.