Skip to content

Commit

Permalink
[IMP] usar version fija de poetry, 2.0.0 causa error
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Jan 7, 2025
1 parent e914acf commit e24be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
# Install dev and test dependencies
- run: pip install poetry
- run: pip install poetry==1.8.4
- name: Patch $PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
# override pyyaml to 5.3.1 as PIP_CONSTRAINT does not work for poetry
Expand Down

0 comments on commit e24be3f

Please sign in to comment.