[workflow] purged extension cache before GPT test (#3128)

pull/3131/head
Frank Lee 2023-03-14 10:11:32 +08:00 committed by GitHub
parent 30dd13c450
commit 169ed4d24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
- name: Execute Examples
run: |
cd applications/ChatGPT
rm -rf ~/.cache/colossalai
./examples/test_ci.sh
env:
NCCL_SHM_DISABLE: 1

View File

@ -36,6 +36,7 @@ jobs:
- name: Execute Unit Testing
run: |
cd applications/ChatGPT
rm -rf ~/.cache/colossalai
pytest tests/
env:
NCCL_SHM_DISABLE: 1