Skip to content

Commit

Permalink
Fix GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew000 committed Aug 18, 2024
1 parent 7c50f7e commit 95d446b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install dependencies
run: poetry install --with dev,test
run: |
poetry lock --no-update
poetry install --with dev,test
- name: Lint
run: make lint
Expand Down

0 comments on commit 95d446b

Please sign in to comment.