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