Skip to content

Commit

Permalink
Update daily_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkscilife authored Jan 23, 2024
1 parent 135deca commit 267771b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 267771b

Please sign in to comment.