Skip to content

Commit 5498854

Browse files
fix: add cython to build pysimdjson
1 parent c8698f3 commit 5498854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install -r requirements.txt pytest
29+
pip install -r requirements.txt pytest cython
3030
pip install -e .
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)