Skip to content

Commit

Permalink
add back --no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kuch committed Oct 22, 2022
1 parent cbc9432 commit 3681849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: poetry

- name: Install dependencies
run: poetry install
run: poetry install --no-root

- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3681849

Please sign in to comment.