We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5498854 commit cd08e6bCopy full SHA for cd08e6b
.github/workflows/test.yml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
+ env:
28
+ BUILD_WITH_CYTHON: 1 # for pysimdjson
29
run: |
30
python -m pip install --upgrade pip
31
pip install -r requirements.txt pytest cython
0 commit comments