Skip to content

Commit

Permalink
fix: add lock check to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jan 31, 2024
1 parent cb34a60 commit dc7028e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
virtualenvs-in-project: false
virtualenvs-path: ~/my-custom-path
installer-parallel: true
- name: Check if dependencies can be locked
run: poetry lock
- name: Poetry install requirements and check they can be locked
run: poetry install --all-extras --no-interaction -vvv

Expand Down

0 comments on commit dc7028e

Please sign in to comment.