Skip to content

Commit

Permalink
build: add BUILD_WITH_CYTHON for pysimdjson
Browse files Browse the repository at this point in the history
it doesn't have a py312 wheel yet
  • Loading branch information
william-silversmith committed Jan 31, 2024
1 parent 5498854 commit cd08e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
env:
BUILD_WITH_CYTHON: 1 # for pysimdjson
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt pytest cython
Expand Down

0 comments on commit cd08e6b

Please sign in to comment.