Skip to content

Commit

Permalink
🛠 Update poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed Nov 10, 2024
1 parent b959e7f commit 87994cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1.1.4
uses: snok/install-poetry@v1.4.1
with:
virtualenvs-create: false

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.1.4
uses: snok/install-poetry@v1.4.1
with:
virtualenvs-create: false

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1.1.4
uses: snok/install-poetry@v1.4.1
with:
virtualenvs-create: false

Expand Down

0 comments on commit 87994cb

Please sign in to comment.