Skip to content

Commit

Permalink
poetry install --sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Jul 5, 2024
1 parent f6dbc2f commit ecc2599
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 @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
- run: poetry install
- run: poetry install --sync
- run: poetry run tox -e ${{ matrix.tox }}
- name: Upload coverage.xml
if: ${{ matrix.python == '3.10' }}
Expand Down

0 comments on commit ecc2599

Please sign in to comment.