Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Feb 6, 2024
1 parent 4a8247e commit 8937ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
python-version: ${{ matrix.version }}
- run: pip install pipx
- run: pipx install poetry
- run: poetry install --with test --extras jinja,sqlalchemy --no-interaction
- run: poetry install --with test --extras jinja --extras sqlalchemy --no-interaction
- run: poetry run pytest

0 comments on commit 8937ea7

Please sign in to comment.