Skip to content

Commit bf59f30

Browse files
committed
try nvidia yes
1 parent 3b6c6ea commit bf59f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nvidia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macos-latest]
36-
python-version: ["3.10"] # we don't test on other python versions to reduce API calls
36+
python-version: ["3.14"] # we don't test on other python versions to reduce API calls
3737

3838
steps:
3939
- name: Support longpaths
@@ -52,7 +52,7 @@ jobs:
5252
run: pip install hatch "virtualenv<21.0.0"
5353

5454
- name: Lint
55-
if: matrix.python-version == '3.14' && runner.os == 'Linux'
55+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5656
run: hatch run fmt-check && hatch run test:types
5757

5858
- name: Run tests

0 commit comments

Comments
 (0)