From 65ad47c35c9166c2493d658fbcdaba8d93268ca1 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Thu, 24 Mar 2022 14:12:02 +0800 Subject: [PATCH] [devops] remove tsinghua source for pip (#507) --- .github/workflows/compatibility_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compatibility_test.yml b/.github/workflows/compatibility_test.yml index c87c13246..416dc7834 100644 --- a/.github/workflows/compatibility_test.yml +++ b/.github/workflows/compatibility_test.yml @@ -25,7 +25,6 @@ jobs: steps: - name: Install dependencies run: | - 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