Skip to content

Commit

Permalink
Test workflow: pin Poetry to 1.0.10
Browse files Browse the repository at this point in the history
... until the issues with 1.1.x have been resolved.

See python-poetry/poetry#3010
  • Loading branch information
brechtm committed Oct 7, 2020
1 parent f9d0408 commit 9dce125
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
- name: Cache Poetry venv
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
- name: Cache Poetry venv
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -137,6 +141,8 @@ jobs:

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
- name: Cache Poetry venv
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 9dce125

Please sign in to comment.