Skip to content

Commit 0af37a2

Browse files
committed
support big gillion
1 parent 55f242b commit 0af37a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,11 @@ jobs:
7070
CIBW_ARCHS: "auto64"
7171
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
7272
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
73-
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
73+
CIBW_TEST_COMMAND: "PYTHON_GIL=1 pytest {project}/tests/avro/test_decoder.py"
7474
CIBW_BUILD_VERBOSITY: 1
7575
# Ignore tests for pypy since not all dependencies are compiled for it
7676
# and would require a local rust build chain
7777
CIBW_TEST_SKIP: "pp*"
78-
PYTHON_GIL: "1"
7978

8079
- name: Add source distribution
8180
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)