We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0da99a commit 48d1166Copy full SHA for 48d1166
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install test dependencies
35
run: |
36
python -m pip install -U pip setuptools
37
- pip install setuptools-rust pytest pytest-benchmark tox tox-venv
+ pip install setuptools-rust pytest pytest-benchmark tox tox-venv numpy
38
- name: Test
39
run: ci/actions/test.sh
40
shell: bash
0 commit comments