Skip to content

Commit

Permalink
unify poetry versions and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Dec 5, 2024
1 parent 5352a9e commit 9d7d71a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.2
version: 1.8.4
virtualenvs-create: false

- name: Poetry details
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install poetry==1.4.1
python -m pip install poetry==1.8.4
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.2
version: 1.8.4
virtualenvs-create: false

- name: Poetry details
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.1
version: 1.8.4
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.2
version: 1.8.4
virtualenvs-create: false

- name: Poetry details
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install poetry==1.4.2
python -m pip install poetry==1.8.4
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.2
version: 1.8.4
virtualenvs-create: false

- name: Poetry details
Expand Down

0 comments on commit 9d7d71a

Please sign in to comment.