We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f242b commit 0af37a2Copy full SHA for 0af37a2
1 file changed
.github/workflows/pypi-build-artifacts.yml
@@ -70,12 +70,11 @@ jobs:
70
CIBW_ARCHS: "auto64"
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"
+ CIBW_TEST_COMMAND: "PYTHON_GIL=1 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*"
78
- PYTHON_GIL: "1"
79
80
- name: Add source distribution
81
if: startsWith(matrix.os, 'ubuntu')
0 commit comments