Skip to content

Commit 55ecb93

Browse files
build: ensure numpy available
1 parent cd08e6b commit 55ecb93

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
@@ -28,7 +28,7 @@ jobs:
2828
BUILD_WITH_CYTHON: 1 # for pysimdjson
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install -r requirements.txt pytest cython
31+
pip install -r requirements.txt pytest cython numpy
3232
pip install -e .
3333
- name: Test with pytest
3434
run: |

0 commit comments

Comments
 (0)