Skip to content

Commit

Permalink
Install library with --only-root
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 6, 2024
1 parent ea42747 commit be21a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# install root project
#------------------------
- name: Install library
run: poetry install --no-interaction
run: poetry install --no-interaction --only-root

- name: Test with pytest
run: poetry run pytest tests

0 comments on commit be21a07

Please sign in to comment.