[DevOps] remove unneeded dependency in build workflow (#449)

pull/451/head
Frank Lee 3 years ago committed by GitHub
parent 0fcfb1e00d
commit ac4513c56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,8 +22,10 @@ jobs:
run: | run: |
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user pip install -U pip setuptools wheel --user
pip install pytest tensorboard deepspeed apex transformers pip install pytest tensorboard transformers
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
- name: Install Colossal-AI - name: Install Colossal-AI
run: | run: |
pip install -r requirements/requirements.txt pip install -r requirements/requirements.txt

Loading…
Cancel
Save