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 f5678e4 commit 00d2de4Copy full SHA for 00d2de4
.github/workflows/test-m1.yml
@@ -39,5 +39,5 @@ jobs:
39
run: |
40
. ~/miniconda3/etc/profile.d/conda.sh
41
set -ex
42
- conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest --tb=long --durations 20
+ conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -vv --tb=long --durations 20
43
conda env remove -p ${ENV_NAME}
0 commit comments