Skip to content

Commit

Permalink
Use latest poetry version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jun 8, 2023
1 parent cd7c30c commit cee4a91
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/changelog-fragment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--no-root --only release"

- name: Check if changelog fragment was added
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--no-root --only release"

- name: Checkout new branch
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--only release-ci"

- name: Set version with dynamic versioning
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.platform }}

strategy:
fail-fast: false # Allows for matrix sub-jobs to fail without cancelling the rest
fail-fast: false # Allows for matrix sub-jobs to fail without cancelling the rest
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.11"]
Expand All @@ -31,7 +31,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--without lint --without release"

- name: Run pytest
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--no-root --only test"

- name: Download coverage artifact
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
poetry-version: 1.3.1
install-args: "--without release --with docs"

- name: Pre-commit Environment Caching
Expand Down
1 change: 1 addition & 0 deletions changes/114.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use latest poetry version in CI workflows (remove version lock - at 1.3.1)

0 comments on commit cee4a91

Please sign in to comment.