Skip to content

Commit

Permalink
Pin the version of Poetry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Feb 11, 2025
1 parent 696c74d commit 38c93bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -

- name: Check dependencies
run: make doctor
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.11.5
poetry 1.8.2
poetry 1.8.5

0 comments on commit 38c93bc

Please sign in to comment.