Skip to content

Commit

Permalink
Install sqlalchemy in pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
pjwerneck committed Aug 2, 2024
1 parent a4df103 commit 3973c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root -vv
poetry install --no-interaction --no-root -vv --extras sqlalchemy
- name: Test with pytest
run: |
Expand Down

0 comments on commit 3973c02

Please sign in to comment.