Skip to content

Commit

Permalink
Add --no-root to poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Mar 21, 2024
1 parent 7ed7d79 commit 2085949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'poetry'

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

- name: Lint
uses: pre-commit/action@v3.0.0

0 comments on commit 2085949

Please sign in to comment.