Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cd9b8d7e
Unverified
Commit
cd9b8d7e
authored
May 07, 2021
by
Stas Bekman
Committed by
GitHub
May 07, 2021
Browse files
[self-push CI] sync with self-scheduled (#11637)
forgot to add the missing `libaio-dev` to this workflow
parent
da37eb8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+3
-1
No files found.
.github/workflows/self-push.yml
View file @
cd9b8d7e
...
...
@@ -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
\ No newline at end of file
python utils/notification_service.py push
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment