We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cb2e51 + 4ac59e4 commit 3fa42eeCopy full SHA for 3fa42ee
.github/workflows/manifest_external_packages.yml
@@ -81,7 +81,7 @@ jobs:
81
cache: 'pip'
82
83
- name: Update pip
84
- run: python -m pip install pip==24.0
+ run: python -m pip install --upgrade pip
85
86
- name: Install package
87
run: ${{ matrix.cmd_install }}
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Testing
6
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
7
+ * Relax pip-version constraint in external-packages-manifest tests (\#825).
8
* Documentation:
9
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
10
0 commit comments