Skip to content

Commit

Permalink
Fix issue with installing package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 24, 2024
1 parent d6ba647 commit 660c98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction

- name: Tests
run: poetry run pytest --cov --cov-report=xml
Expand Down

0 comments on commit 660c98e

Please sign in to comment.