From 6d449a01de2e23d8f161cd30aec9c1d95e421244 Mon Sep 17 00:00:00 2001 From: Brian Torres-Gil Date: Wed, 17 Mar 2021 14:32:04 -0700 Subject: [PATCH] ci: Fix poetry install error in Windows --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aeaa048..cb98fc10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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