Skip to content

Commit

Permalink
fix: add lock check
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jan 31, 2024
1 parent f009ddb commit a860ef2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
poetry-version: ["1.3.2"]

timeout-minutes: 10

defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -33,6 +35,8 @@ jobs:
virtualenvs-in-project: false
virtualenvs-path: ~/my-custom-path
installer-parallel: true
- name: Poetry install requirements and check they can be locked
run: poetry install --all-extras --no-interaction -vvv

copyright_and_dependencies_check:
continue-on-error: False
Expand Down

0 comments on commit a860ef2

Please sign in to comment.