Unverified Commit ac4513c5 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent 0fcfb1e0
......@@ -22,8 +22,10 @@ jobs:
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 transformers
pip install pytest tensorboard transformers
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
- name: Install Colossal-AI
run: |
pip install -r requirements/requirements.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment