Skip to content

Commit

Permalink
chore (ci): Fix Poetry setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
timoguin committed Mar 2, 2024
1 parent 2f06669 commit f9555b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: 3.9

- name: Install Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1.3.4
with:
virtualenvs-create: false
virtualenvs-in-project: true
Expand All @@ -36,7 +36,7 @@ jobs:
uses: syphar/restore-virtualenv@v1
id: cache-venv
with:
requirements_files: poetry.lock
requirement_files: poetry.lock
# need to set this to manually bust the cache
custom_cache_key_element: v2

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

- name: Install Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1.3.4
with:
virtualenvs-create: false
virtualenvs-in-project: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: 3.9

- name: Install Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1.3.4
with:
virtualenvs-create: false
virtualenvs-in-project: true
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
python-version: 3.9

- name: Install Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1.3.4
with:
virtualenvs-create: false
virtualenvs-in-project: true
Expand Down

0 comments on commit f9555b4

Please sign in to comment.