diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index 9f33589db..439822e06 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