Skip to content

Commit 3fa42ee

Browse files
authored
Merge pull request #825 from fractal-analytics-platform/773-relax-pip-v240-pin-in-manifest_external_packagesyml
773 relax pip v24.0 pin in manifest external packagesyml
2 parents 6cb2e51 + 4ac59e4 commit 3fa42ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/manifest_external_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache: 'pip'
8282

8383
- name: Update pip
84-
run: python -m pip install pip==24.0
84+
run: python -m pip install --upgrade pip
8585

8686
- name: Install package
8787
run: ${{ matrix.cmd_install }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Testing
66
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
7+
* Relax pip-version constraint in external-packages-manifest tests (\#825).
78
* Documentation:
89
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
910

0 commit comments

Comments
 (0)