Skip to content

Commit d10cf4f

Browse files
committed
use circleCI command to run tests
1 parent a61054d commit d10cf4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ jobs:
5151
run: |
5252
. ~/miniconda3/etc/profile.d/conda.sh
5353
set -ex
54-
conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
54+
# 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
5557
conda env remove -p ${ENV_NAME}

0 commit comments

Comments
 (0)