Skip to content

Commit

Permalink
Remove no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenjoseph committed Feb 19, 2024
1 parent 0eb8633 commit 1724dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-
- name: Install dependencies
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction
- name: Test with pytest
run: poetry run pytest

0 comments on commit 1724dae

Please sign in to comment.