Skip to content

Commit

Permalink
Stick with old poetry until we drop support for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Jan 11, 2025
1 parent 268095d commit 64aa94e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 64aa94e

Please sign in to comment.