Skip to content

Commit 48d1166

Browse files
committed
Install numpy in test jobs
1 parent f0da99a commit 48d1166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install test dependencies
3535
run: |
3636
python -m pip install -U pip setuptools
37-
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
37+
pip install setuptools-rust pytest pytest-benchmark tox tox-venv numpy
3838
- name: Test
3939
run: ci/actions/test.sh
4040
shell: bash

0 commit comments

Comments
 (0)