Skip to content

Commit

Permalink
Upgrade poetry installed in Github Actions to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 21, 2022
1 parent 120362f commit 87dcd98
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 @@ -24,7 +24,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: "1.1.13"
version: "1.2.1"
virtualenvs-create: true

#- name: Cache python dependencies
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: "1.1.11"
version: "1.2.1"
virtualenvs-create: true

#- name: Cache python dependencies
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: "1.1.13"
version: "1.2.1"
virtualenvs-create: true
- name: Configure Poetry
run: |
Expand Down

0 comments on commit 87dcd98

Please sign in to comment.