[NFC] polish .github/workflows/build.yml code style (#1837)

pull/1849/head
xyupeng 2022-11-08 19:34:58 +08:00 committed by binmakeswell
parent 95ac4f88ea
commit b0a138aa22
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Build
on:
on:
pull_request:
types: [synchronize, labeled]
@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
- name: Install Colossal-AI
- name: Install Colossal-AI
run: |
[ ! -z "$(ls -A /github/home/cuda_ext_cache/)" ] && cp -r /github/home/cuda_ext_cache/* /__w/ColossalAI/ColossalAI/
pip install -r requirements/requirements.txt