Skip to content

Commit

Permalink
Merge pull request #211 from valory-xyz/fix
Browse files Browse the repository at this point in the history
chore: fix poetry lock
  • Loading branch information
DavidMinarsch authored Jan 30, 2024
2 parents 90b4449 + 8e4d1e6 commit 4165a69
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 498 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
python-version: [ "3.10" ]
poetry-version: ["1.4.0"]

defaults:
run:
shell: bash

timeout-minutes: 10

steps:
Expand All @@ -33,6 +37,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
Loading

0 comments on commit 4165a69

Please sign in to comment.