We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b9ffb commit 4cb6857Copy full SHA for 4cb6857
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Poetry
25
uses: snok/[email protected]
26
with:
27
- version: "1.1.13"
+ version: "1.2.1"
28
virtualenvs-create: true
29
30
#- name: Cache python dependencies
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
- version: "1.1.11"
103
104
105
@@ -144,7 +144,7 @@ jobs:
144
145
146
147
148
149
- name: Configure Poetry
150
run: |
0 commit comments