From 30a5521c0bb0d912edade8f3a03f1db1ffaacbf3 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Mon, 21 Jun 2021 08:27:25 +0200 Subject: [PATCH] Fix the scheduled CI --- .github/workflows/self-scheduled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 1d9b0efc56..d6aff136c8 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -33,7 +33,7 @@ jobs: run: | apt -y update && apt install -y libsndfile1-dev pip install --upgrade pip - pip install .[integrations, sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm] + pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm] - name: Are GPUs recognized by our DL frameworks run: | @@ -155,7 +155,7 @@ jobs: run: | apt -y update && apt install -y libsndfile1-dev pip install --upgrade pip - pip install .[integrations, sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm] + pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm] - name: Are GPUs recognized by our DL frameworks run: |