Fix failing workflows

This commit is contained in:
Lysandre 2021-04-16 08:09:51 -04:00
parent 92970c0cb9
commit e783ea7304
2 changed files with 0 additions and 4 deletions

View File

@ -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: |
@ -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: |

View File

@ -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: |
@ -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: |