Skip to content

Commit 517b0d3

Browse files
committed
ci: Fix poetry install error in Windows
1 parent 81f2dd4 commit 517b0d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Poetry
3131
uses: Gr1N/setup-poetry@v4
3232
with:
33-
poetry-version: 1.0.10
33+
poetry-version: 1.1.0
3434

3535
- name: Get poetry cache directory
3636
id: poetry-cache
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Poetry
6767
uses: Gr1N/setup-poetry@v4
6868
with:
69-
poetry-version: 1.0.10
69+
poetry-version: 1.1.0
7070

7171
- name: Get poetry cache directory
7272
id: poetry-cache
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Poetry
104104
uses: Gr1N/setup-poetry@v4
105105
with:
106-
poetry-version: 1.0.10
106+
poetry-version: 1.1.0
107107

108108
- name: Get poetry cache directory
109109
id: poetry-cache

0 commit comments

Comments
 (0)