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 conda deactivate
clear_env: clear_env:
if: ${{ !cancelled() }}
needs: [HF_model]
runs-on: [t_cluster] runs-on: [t_cluster]
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
- name: mask env - name: mask env
run: | run: |
echo "::add-mask::${{env.WORKSPACE_PREFIX}}" echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
needs: [HF_model]
if: ${{ !cancelled() }}
steps:
- name: remove_env - name: remove_env
run: | run: |
conda env remove --name internlm-model-latest conda env remove --name internlm-model-latest