Skip to content

Commit

Permalink
[CI] Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserls committed May 28, 2024
1 parent 91d1223 commit 7fef6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
# - windows-latest Reason: get it running on ubuntu-latest first
# - macOS-latest Reason: get it running on ubuntu-latest first
python-version: ["3.10",]
poetry-version: ["1.2.2",]
name: Run tests
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -41,7 +40,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
#version: 1.2.2
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
#version: 1.2.2
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
#version: 1.2.2
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down

0 comments on commit 7fef6fd

Please sign in to comment.