Skip to content

Commit

Permalink
Merge pull request #825 from fractal-analytics-platform/773-relax-pip…
Browse files Browse the repository at this point in the history
…-v240-pin-in-manifest_external_packagesyml

773 relax pip v24.0 pin in manifest external packagesyml
  • Loading branch information
tcompa authored Aug 30, 2024
2 parents 6cb2e51 + 4ac59e4 commit 3fa42ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manifest_external_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cache: 'pip'

- name: Update pip
run: python -m pip install pip==24.0
run: python -m pip install --upgrade pip

- name: Install package
run: ${{ matrix.cmd_install }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

Expand Down

0 comments on commit 3fa42ee

Please sign in to comment.