Skip to content

Commit 6d449a0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
21+
python-version: [3.6, 3.7, 3.8, 3.9]
2222
steps:
2323
- uses: actions/checkout@v2
2424

@@ -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.5
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.5
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.5
107107

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

0 commit comments

Comments
 (0)