Skip to content

Commit 5ababce

Browse files
authored
Make lint workflow leaner (#366)
1 parent 37c1848 commit 5ababce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-deps-
3737
38-
- name: Install CUDA
39-
run: |
40-
conda install nvidia/label/cuda-12.8.1::cuda-toolkit
41-
4238
- name: Install PyTorch
4339
run: |
4440
pip3 install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128

0 commit comments

Comments
 (0)