Skip to content

Commit

Permalink
MNT: fix env resolution in bleeding-edge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 17, 2024
1 parent 08ac9d3 commit 8a98aaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
- name: Install dependencies
run: |
uv pip install --upgrade setuptools wheel
uv pip install --pre --only-binary ":all:" numpy matplotlib \
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
uv pip install --pre --no-build numpy matplotlib \
--extra-index-url \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
--index-strategy=unsafe-best-match
- name: Build library
# forcing bytecode compilation for colorspacious
Expand Down

0 comments on commit 8a98aaf

Please # to comment.