1 parent 18a0620 commit f1aa9b4Copy full SHA for f1aa9b4
1 file changed
.github/workflows/cibuildwheel.yml
@@ -68,8 +68,8 @@ jobs:
68
run: |
69
FAILED=false
70
pypy -m pip install -r test_requirements.txt
71
- pypy -m pytest vmprof || FAILED=true
72
- pypy -m pytest jitlog || FAILED=true
+ pypy -m pytest vmprof -v || FAILED=true
+ pypy -m pytest jitlog -v || FAILED=true
73
if [ "FAILED" == true ]; then exit 1; fi
74
# Uh-oh. packaging.tags does not support a pp3-none-any wheel tag.
75
# The wheel name is something like
@@ -81,5 +81,5 @@ jobs:
81
82
- uses: actions/upload-artifact@v3
83
with:
84
- path: ./wheelhouse/*.whl
+ path: vmprof*.whl
85
0 commit comments