Skip to content

Commit 00d2de4

Browse files
committed
Adding verbosity flag
1 parent f5678e4 commit 00d2de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: |
4040
. ~/miniconda3/etc/profile.d/conda.sh
4141
set -ex
42-
conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest --tb=long --durations 20
42+
conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -vv --tb=long --durations 20
4343
conda env remove -p ${ENV_NAME}

0 commit comments

Comments
 (0)