Skip to content

Commit 2351d3d

Browse files
committed
clean up the conda env once we are done with the job
1 parent 4003322 commit 2351d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-linux-cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ jobs:
6666
set -ex
6767
${CONDA_RUN} python3 -m torch.utils.collect_env
6868
${CONDA_RUN} python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20
69+
conda env remove -p ${ENV_NAME}

0 commit comments

Comments
 (0)