Skip to content

Commit

Permalink
Use unsage index strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Linde committed Nov 29, 2024
1 parent e1fd198 commit d5e2ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
pip install --upgrade pip
pip install uv
- name: Install requirements
run: uv pip install .[test] --extra-index-url https://download.pytorch.org/whl/cpu
run: uv pip install .[test] --index-strategy unsafe-best-match --extra-index-url https://download.pytorch.org/whl/cpu
- name: Test with pytest
run: pytest tests -vv

0 comments on commit d5e2ada

Please sign in to comment.