Skip to content

Commit 12786d4

Browse files
committed
action
1 parent 82b91e3 commit 12786d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
7272
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
7373
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
74+
CIBW_BUILD_VERBOSITY: 1
7475
# Ignore tests for pypy since not all dependencies are compiled for it
7576
# and would require a local rust build chain
7677
CIBW_TEST_SKIP: "pp*"

0 commit comments

Comments
 (0)