[self-push CI] sync with self-scheduled (#11637)
forgot to add the missing `libaio-dev` to this workflow
This commit is contained in:
2
.github/workflows/self-push.yml
vendored
2
.github/workflows/self-push.yml
vendored
@@ -204,6 +204,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt -y update && apt install -y libaio-dev
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[testing,deepspeed]
|
pip install .[testing,deepspeed]
|
||||||
|
|
||||||
@@ -244,6 +245,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt -y update && apt install -y libaio-dev
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[testing,deepspeed,fairscale]
|
pip install .[testing,deepspeed,fairscale]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user