Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
kkscilife authored Jan 23, 2024
1 parent c85e2b6 commit d52fb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d52fb16

Please sign in to comment.