Unverified Commit cd9b8d7e authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

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

forgot to add the missing `libaio-dev` to this workflow
parent da37eb8e
......@@ -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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment