Skip to content

Commit

Permalink
Merge pull request #205 from neutrinoceros/uv-index-strat
Browse files Browse the repository at this point in the history
TST: update uv configuration in bleeding-edge CI
  • Loading branch information
neutrinoceros authored Jan 8, 2025
2 parents c31ac34 + fe92190 commit b33b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Configure uv
run: |
echo "UV_PRERELEASE=allow" >> $GITHUB_ENV
echo "UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" >> $GITHUB_ENV
echo "UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" >> $GITHUB_ENV
echo "UV_INDEX_STRATEGY=unsafe-best-match" >> $GITHUB_ENV
- name: Run test suite
Expand Down

0 comments on commit b33b6d1

Please sign in to comment.