Skip to content

Commit

Permalink
Pin pip <24.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jul 31, 2024
1 parent bd27fc1 commit 66b4ac4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
- name: Use pip <24.1
# TODO: remove once this issue is fixed.
# See: https://github.com/mamba-org/mamba/issues/3376
run: |
micromamba install -n build_env -c conda-forge "pip<24.1"
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
environment-name: build_env
cache-environment: true
init-shell: cmd.exe
- name: Use pip <24.1
# TODO: remove once this issue is fixed.
# See: https://github.com/mamba-org/mamba/issues/3376
run: |
micromamba install -n build_env -c conda-forge "pip<24.1"
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache
Expand Down
3 changes: 3 additions & 0 deletions dev/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ dependencies:
- sphinx
- sphinx-book-theme
- myst-parser
# TODO: remove once this issue is fixed.
# See: https://github.com/mamba-org/mamba/issues/3376
- pip <24.1

0 comments on commit 66b4ac4

Please sign in to comment.