We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4003322 commit 2351d3dCopy full SHA for 2351d3d
.github/workflows/test-linux-cpu.yml
@@ -66,3 +66,4 @@ jobs:
66
set -ex
67
${CONDA_RUN} python3 -m torch.utils.collect_env
68
${CONDA_RUN} python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20
69
+ conda env remove -p ${ENV_NAME}
0 commit comments