From cd9b8d7efe4f377f0920ea4c99453d89ddf088bc Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Fri, 7 May 2021 14:06:33 -0700 Subject: [PATCH] [self-push CI] sync with self-scheduled (#11637) forgot to add the missing `libaio-dev` to this workflow --- .github/workflows/self-push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index 9f33589dba..439822e068 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -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