"vscode:/vscode.git/clone" did not exist on "eb262d2b50dcfe3d0904a94a4b5811ae98f153a6"
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: ...@@ -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
......
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