Skip to content

Commit

Permalink
Merge pull request #177 from neutrinoceros/tst/fix_dev_env_resolution
Browse files Browse the repository at this point in the history
MNT: fix env resolution in bleeding-edge CI
  • Loading branch information
neutrinoceros authored Jul 17, 2024
2 parents 08ac9d3 + 8a98aaf commit 2de2cc2
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 2de2cc2

Please # to comment.