-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies: docker -> 7.0.0 and tabulate -> 0.9.0 (#200)
Main goal here is to upgrade to docker-py==7.0.0 which contains a bugfix that I ran into while testing locally with Python 3.12: docker/docker-py#3151 Looks like the bug was introduced in version 6.1.2 which we bumped to in #194 but did not release yet so no users should be affected. This commit also include remove the duplicate CI job `pre-commit`, since we already use `pre-commit.ci` hook.
- Loading branch information
1 parent
f3b3ea5
commit 57820bc
Showing
4 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,8 @@ on: | |
|
||
jobs: | ||
|
||
pre-commit: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- uses: pre-commit/[email protected] | ||
|
||
test-package: | ||
|
||
needs: [pre-commit] | ||
|
||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
|
||
|
@@ -65,8 +51,6 @@ jobs: | |
|
||
test-installation-with-pipx: | ||
|
||
needs: [pre-commit] | ||
|
||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters