Skip to content

Commit

Permalink
fix: poetry version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
engingem committed Apr 24, 2024
1 parent 73d6db8 commit 5e7e92a
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 695 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Install poetry
run: pip install poetry==1.1.12
run: pip install poetry==1.8.2

- name: Install code
run: poetry install
Expand Down
Loading

0 comments on commit 5e7e92a

Please sign in to comment.