Skip to content

Commit

Permalink
Merge pull request #126 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 d56fec9 + da9357b commit 15f7960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: |
echo "UV_PYTHON_PREFERENCE=only-system" >> $GITHUB_ENV
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
echo "UV_PYTHON=3.13" >> $GITHUB_ENV
- name: Install dependencies
run: |
Expand Down

0 comments on commit 15f7960

Please sign in to comment.