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: ...@@ -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: ...@@ -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]
...@@ -294,4 +296,4 @@ jobs: ...@@ -294,4 +296,4 @@ jobs:
run: | run: |
pip install slack_sdk pip install slack_sdk
python utils/notification_service.py push python utils/notification_service.py push
\ No newline at end of file
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