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 82b91e3 commit 12786d4Copy full SHA for 12786d4
.github/workflows/pypi-build-artifacts.yml
@@ -71,6 +71,7 @@ jobs:
71
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
72
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
73
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
74
+ CIBW_BUILD_VERBOSITY: 1
75
# Ignore tests for pypy since not all dependencies are compiled for it
76
# and would require a local rust build chain
77
CIBW_TEST_SKIP: "pp*"
0 commit comments