Skip to content

Commit 2249441

Browse files
authored
Run lint with nightly (match test CI) (#349)
1 parent 41fe6e9 commit 2249441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Install PyTorch
4343
run: |
44-
pip3 install torch --index-url https://download.pytorch.org/whl/cu128
44+
pip3 install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
4545
4646
- name: Install lint dependencies
4747
run: ./lint.sh install

0 commit comments

Comments
 (0)