mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-19 18:00:43 +00:00
[DevOps] remove unneeded dependency in build workflow (#449)
This commit is contained in:
parent
0fcfb1e00d
commit
ac4513c56e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user