mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
[self-push CI] sync with self-scheduled (#11637)
forgot to add the missing `libaio-dev` to this workflow
This commit is contained in:
parent
da37eb8e43
commit
cd9b8d7efe
1 changed files with 3 additions and 1 deletions
4
.github/workflows/self-push.yml
vendored
4
.github/workflows/self-push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue