Skip to content

Commit 3713c77

Browse files
authored
chore
1 parent 5d65949 commit 3713c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
uv sync --dev
54-
uv pip install torch==${{ matrix.python-version }}
54+
uv pip install torch==${{ matrix.pytorch-version }}
5555
5656
- name: Run tests
5757
run: uv run pytest -v tests -m "not slow"

0 commit comments

Comments
 (0)