Skip to content

Commit 22eaa11

Browse files
committed
Update pytest workflow
1 parent ca1423d commit 22eaa11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
4949
- name: Install dependencies
5050
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]"
51+
python -m pip install --upgrade pip wheel setuptools uv
52+
uv pip install torch==2.8.0+cpu -f https://download.pytorch.org/whl/cpu/torch
53+
uv pip install -e ".[all-test]"
5554
5655
- name: Run All Tests
5756
run: pytest

0 commit comments

Comments
 (0)