Skip to content

Commit cd08e6b

Browse files
build: add BUILD_WITH_CYTHON for pysimdjson
it doesn't have a py312 wheel yet
1 parent 5498854 commit cd08e6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
27+
env:
28+
BUILD_WITH_CYTHON: 1 # for pysimdjson
2729
run: |
2830
python -m pip install --upgrade pip
2931
pip install -r requirements.txt pytest cython

0 commit comments

Comments
 (0)