Skip to content

Commit

Permalink
update lockfile and poetry version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 4, 2024
1 parent fb86f57 commit 40c5ded
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.4

- name: Install notebook dependencies
run: poetry install -E notebook --with docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.4

# Linting steps, execute all linters even if one fails
- name: ruff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.4

- name: bump pre-release version
id: version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.4

- name: Bump release version and build
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.4

# Run pytest with coverage report, saving to xml
- name: Run tests on python 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{matrix.python-version}}
poetry-version: 1.2.2
poetry-version: 1.8.4

# Use cached python and dependencies, install poetry
- name: Run tests on python ${{matrix.python-version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.8.2
poetry-version: 1.8.4

# update poetry lockfile
- name: "Update poetry lock file"
Expand Down
768 changes: 393 additions & 375 deletions poetry.lock

Large diffs are not rendered by default.

0 comments on commit 40c5ded

Please sign in to comment.