[self-push CI] sync with self-scheduled (#11637)

forgot to add the missing `libaio-dev` to this workflow
This commit is contained in:
Stas Bekman 2021-05-07 14:06:33 -07:00 committed by GitHub
parent da37eb8e43
commit cd9b8d7efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,6 +204,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install .[testing,deepspeed]
@ -244,6 +245,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install .[testing,deepspeed,fairscale]
@ -294,4 +296,4 @@ jobs:
run: |
pip install slack_sdk
python utils/notification_service.py push
python utils/notification_service.py push