[cuda ext tests] fixing tests (#11619)

* fixing tests

* cleanup
This commit is contained in:
Stas Bekman
2021-05-06 13:35:28 -07:00
committed by GitHub
parent 44c5621db0
commit 619200cc42
3 changed files with 8 additions and 5 deletions

View File

@@ -261,6 +261,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install .[testing,deepspeed]
@@ -301,6 +302,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install .[testing,deepspeed,fairscale]