diff --git a/.github/workflows/daily_tests.yaml b/.github/workflows/daily_tests.yaml index 83c16c3..8a2d694 100644 --- a/.github/workflows/daily_tests.yaml +++ b/.github/workflows/daily_tests.yaml @@ -21,7 +21,7 @@ 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