Skip to content

Commit 9f318be

Browse files
committed
Fix yml syntax error
1 parent 801ec11 commit 9f318be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-nightly-scheduled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
apt -y update && apt install -y libsndfile1-dev git
106106
pip install --upgrade pip
107107
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
108-
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
108+
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
109109
110110
- name: Are GPUs recognized by our DL frameworks
111111
run: |

0 commit comments

Comments
 (0)