File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip uv
26
- python -m uv pip install ruff==0.5.5
26
+ python -m uv pip install ruff==0.5.7
27
27
# Update output format to enable automatic inline annotations.
28
28
- name : Run Ruff Linter
29
29
run : ruff check --output-format=github
@@ -38,11 +38,11 @@ jobs:
38
38
- name : Set up Python ${{ matrix.python-version }}
39
39
uses : actions/setup-python@v5
40
40
with :
41
- python-version : 3.9
41
+ python-version : 3.11
42
42
- name : Install dependencies
43
43
run : |
44
44
python -m pip install --upgrade pip uv
45
- python -m uv pip install torch==2.3.1 +cpu torchvision==0.18.1 +cpu -f https://download.pytorch.org/whl/torch_stable.html
45
+ python -m uv pip install torch==2.4.0 +cpu torchvision==0.19.0 +cpu -f https://download.pytorch.org/whl/torch_stable.html
46
46
make install_dev
47
47
- name : Test with pytest
48
48
run : make test
You can’t perform that action at this time.
0 commit comments