We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d65949 commit 3713c77Copy full SHA for 3713c77
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
uv sync --dev
54
- uv pip install torch==${{ matrix.python-version }}
+ uv pip install torch==${{ matrix.pytorch-version }}
55
56
- name: Run tests
57
run: uv run pytest -v tests -m "not slow"
0 commit comments