Skip to content

Commit

Permalink
Test workflow: upgrade setup-poetry to v4
Browse files Browse the repository at this point in the history
This fixes deprecation messages regarding add-path.

See Gr1N/setup-poetry#7
  • Loading branch information
brechtm committed Oct 7, 2020
1 parent 50a6bd3 commit f9d0408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -c "import sys; print('::set-output name=version::' + '-'.join(str(v) for v in sys.version_info))"

- name: Install Poetry
uses: Gr1N/setup-poetry@v3
uses: Gr1N/setup-poetry@v4
- name: Cache Poetry venv
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: python -c "import sys; print('::set-output name=version::' + '-'.join(str(v) for v in sys.version_info))"

- name: Install Poetry
uses: Gr1N/setup-poetry@v3
uses: Gr1N/setup-poetry@v4
- name: Cache Poetry venv
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: python -c "import sys; print('::set-output name=version::' + '-'.join(str(v) for v in sys.version_info))"

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

0 comments on commit f9d0408

Please sign in to comment.