Skip to content

Commit 4900409

Browse files
authored
Update tests.yml
1 parent 6c415f0 commit 4900409

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
python-version: "3.11"
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip uv
25+
python -m pip install --upgrade pip
26+
python -m pip install uv
2627
python -m uv pip install ruff==0.6.3
2728
# Update output format to enable automatic inline annotations.
2829
- name: Run Ruff Linter
@@ -41,7 +42,8 @@ jobs:
4142
python-version: 3.11
4243
- name: Install dependencies
4344
run: |
44-
python -m pip install --upgrade pip uv
45+
python -m pip install --upgrade pip
46+
python -m pip install uv
4547
python -m uv pip install torch==2.3.1+cpu torchvision==0.18.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
4648
make install_dev
4749
- name: Test with pytest

0 commit comments

Comments
 (0)