Skip to content

Commit

Permalink
CI: Upgrade setup-poetry action. Add version pinning for Poetry 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 22, 2021
1 parent 1810a0b commit 88db933
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1

- name: Setup Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v7
with:
poetry-version: 1.1.11

- name: Configure Poetry
# https://github.com/northtree/poetry-github-actions/actions/runs/170795796/workflow
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1

- name: Setup Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v7
with:
poetry-version: 1.1.11

- name: Configure Poetry
# https://github.com/northtree/poetry-github-actions/actions/runs/170795796/workflow
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WireViz-Web changelog
in progress
===========
- CI: Run test suite on Python 3.10
- CI: Upgrade ``setup-poetry`` action. Add version pinning for Poetry 1.1.11.


2021-01-11 0.2.0
Expand Down

0 comments on commit 88db933

Please sign in to comment.