We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1423d commit 22eaa11Copy full SHA for 22eaa11
.github/workflows/pytest.yml
@@ -48,10 +48,9 @@ jobs:
48
49
- name: Install dependencies
50
run: |
51
- cd src/
52
- python -m pip install --upgrade pip wheel setuptools
53
- pip install torch==2.8.0+cpu -f https://download.pytorch.org/whl/cpu/torch
54
- pip install -e ".[all-test]"
+ python -m pip install --upgrade pip wheel setuptools uv
+ uv pip install torch==2.8.0+cpu -f https://download.pytorch.org/whl/cpu/torch
+ uv pip install -e ".[all-test]"
55
56
- name: Run All Tests
57
run: pytest
0 commit comments