We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd08e6b commit 55ecb93Copy full SHA for 55ecb93
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
BUILD_WITH_CYTHON: 1 # for pysimdjson
29
run: |
30
python -m pip install --upgrade pip
31
- pip install -r requirements.txt pytest cython
+ pip install -r requirements.txt pytest cython numpy
32
pip install -e .
33
- name: Test with pytest
34
0 commit comments