fix format error

pull/650/head
kkscilife 2024-01-23 14:50:33 +08:00 committed by GitHub
parent c85e2b6000
commit d52fb1670b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -29,15 +29,15 @@ jobs:
conda deactivate
clear_env:
if: ${{ !cancelled() }}
needs: [HF_model]
runs-on: [t_cluster]
timeout-minutes: 10
steps:
- name: mask env
run: |
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
needs: [HF_model]
if: ${{ !cancelled() }}
steps:
- name: remove_env
run: |
conda env remove --name internlm-model-latest