Skip to content

Commit

Permalink
fix(ci): fixes #98 by pinning poetry version
Browse files Browse the repository at this point in the history
The `poetry install --sync` command is only deprecated in `2.0.0`. A
migration to version 2 needs more work and so for now downgrading and
pinning ci is the solution
  • Loading branch information
blyedev committed Jan 6, 2025
1 parent ddf3d73 commit b81022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install Poetry
shell: bash
run: pipx install poetry
run: pipx install poetry==1.8.5

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b81022c

Please sign in to comment.