From 404e6f88ed61b8981283a2c0ea97223735e62ee4 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Fri, 7 Jan 2022 00:08:47 +0800 Subject: [PATCH] Hotfix/gitact (#125) * enable CI after PR sync * Fixed github action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0270c10c..9c6725e75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: export https_proxy=http://172.17.0.1:7890 http_proxy=http://172.17.0.1:7890 all_proxy=socks5://172.17.0.1:7890 - name: Install dependencies run: | - python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - python3 -m pip install -U pip setuptools wheel --user + pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple + pip install -U pip setuptools wheel --user pip install pytest tensorboard deepspeed apex - uses: actions/checkout@v2 - name: Install Colossal-AI