8000
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 142da40 commit 60014aeCopy full SHA for 60014ae
.github/workflows/cygwin.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
62
run: |
63
cd tools
64
- /usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
+ /usr/bin/python3.9 -m pytest --pyargs numpy -v -n2 -m "not slow"
65
- name: Upload wheel if tests fail
66
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
67
if: failure()
0 commit comments