8000 TST: increase verbosity [skip azp][skip circle][skip cirrus] · mattip/numpy@60014ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 60014ae

Browse files
committed
TST: increase verbosity [skip azp][skip circle][skip cirrus]
1 parent 142da40 commit 60014ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
6262
run: |
6363
cd tools
64-
/usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
64+
/usr/bin/python3.9 -m pytest --pyargs numpy -v -n2 -m "not slow"
6565
- name: Upload wheel if tests fail
6666
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
6767
if: failure()

0 commit comments

Comments
 (0)
0