Skip to content

Commit

Permalink
forces poetry 1.8.5 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Jan 20, 2025
1 parent 6dfb430 commit bce8a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Install Poetry
run: |
curl -fsS https://install.python-poetry.org | python - -y
curl -fsS https://install.python-poetry.org | python - --version 1.8.5 -y
- name: Update PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install poetry
run: |
curl -fsS https://install.python-poetry.org | python - --preview -y
curl -fsS https://install.python-poetry.org | python - --version 1.8.5 -y
- name: Update PATH
if: ${{ matrix.os != 'Windows' }}
Expand Down

0 comments on commit bce8a3a

Please sign in to comment.