From 44f7bcb277d2e3598e0c07925d252882b51a3455 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Thu, 24 Mar 2022 14:03:05 +0800 Subject: [PATCH] [devops] remove tsinghua source for pip (#505) --- .github/workflows/build.yml | 1 - .github/workflows/compatibility_test.yml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b50add842..db4e90e2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,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 transformers - uses: actions/checkout@v2 diff --git a/.github/workflows/compatibility_test.yml b/.github/workflows/compatibility_test.yml index 73dad1d90..c87c13246 100644 --- a/.github/workflows/compatibility_test.yml +++ b/.github/workflows/compatibility_test.yml @@ -23,9 +23,6 @@ jobs: options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10 timeout-minutes: 120 steps: - - name: Setup Environment - run: | - 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: | pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple