We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6773437 commit 3b6c6eaCopy full SHA for 3b6c6ea
1 file changed
.github/workflows/nvidia.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pip install hatch "virtualenv<21.0.0"
53
54
- name: Lint
55
- if: matrix.python-version == '3.10' && runner.os == 'Linux'
+ if: matrix.python-version == '3.14' && runner.os == 'Linux'
56
run: hatch run fmt-check && hatch run test:types
57
58
- name: Run tests
0 commit comments