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 a61054d commit d10cf4fCopy full SHA for d10cf4f
.github/workflows/test-linux-cpu.yml
@@ -51,5 +51,7 @@ jobs:
51
run: |
52
. ~/miniconda3/etc/profile.d/conda.sh
53
set -ex
54
- conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
+ # conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
55
+ conda run -p ${ENV_NAME} python3 -m torch.utils.collect_env
56
+ conda run -p ${ENV_NAME} python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20
57
conda env remove -p ${ENV_NAME}
0 commit comments