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 c5d0739 commit 363ae66
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: mask env
run: |
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
steps:
- uses: actions/checkout@v3

- name: load_hf_model
Expand All @@ -27,10 +26,10 @@ jobs:
pip install sentencepiece
srun -p ${SLURM_PARTITION} --kill-on-bad-exit=1 --job-name=${GITHUB_RUN_ID}-${GITHUB_JOB} --gpus-per-task=2 pytest -s -v --color=yes ./tests/test_hf_model.py
- name: clear_env
run: |
conda deactivate
conda env remove --name internlm-model-latest
- name: clear_env
run: |
conda deactivate
conda env remove --name internlm-model-latest
notify_to_feishu:
if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'develop' || github.ref_name == 'main') }}
Expand Down

0 comments on commit 363ae66

Please sign in to comment.