Skip to content

Commit fe848e8

Browse files
authored
Update tests.yml
1 parent 4940cca commit fe848e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
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
2727
# Update output format to enable automatic inline annotations.
2828
- name: Run Ruff Linter
2929
run: ruff check --output-format=github
@@ -38,11 +38,11 @@ jobs:
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.9
41+
python-version: 3.11
4242
- name: Install dependencies
4343
run: |
4444
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
4646
make install_dev
4747
- name: Test with pytest
4848
run: make test

0 commit comments

Comments
 (0)