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 6c415f0 commit 4900409Copy full SHA for 4900409
.github/workflows/tests.yml
@@ -22,7 +22,8 @@ jobs:
22
python-version: "3.11"
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip uv
+ python -m pip install --upgrade pip
26
+ python -m pip install uv
27
python -m uv pip install ruff==0.6.3
28
# Update output format to enable automatic inline annotations.
29
- name: Run Ruff Linter
@@ -41,7 +42,8 @@ jobs:
41
42
python-version: 3.11
43
44
45
46
47
python -m uv pip install torch==2.3.1+cpu torchvision==0.18.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
48
make install_dev
49
- name: Test with pytest
0 commit comments