Skip to content

Commit

Permalink
Fix failing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Apr 16, 2021
1 parent 92970c0 commit e783ea7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/self-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down Expand Up @@ -122,7 +121,6 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down Expand Up @@ -157,7 +156,6 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down

0 comments on commit e783ea7

Please sign in to comment.