Skip to content

Commit

Permalink
Updated Poetry in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 17, 2022
1 parent 0daf0e8 commit 3ba605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1
poetry-version: 1.2
- name: Verify versioning
run: |
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ 'ubuntu-20.04', 'macos-10.15' ]
python-version: [ '3.8', '3.9' ]
poetry-version: [ '1.1' ]
poetry-version: [ '1.2' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3ba605d

Please sign in to comment.