Skip to content

Commit

Permalink
ci: Fix poetry install error in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Mar 17, 2021
1 parent 81f2dd4 commit 6d449a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.5

- name: Get poetry cache directory
id: poetry-cache
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.5

- name: Get poetry cache directory
id: poetry-cache
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.5

- name: Get poetry cache directory
id: poetry-cache
Expand Down

0 comments on commit 6d449a0

Please sign in to comment.