We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f7140 commit 20ac5fdCopy full SHA for 20ac5fd
.github/workflows/build.yaml
@@ -37,6 +37,7 @@ jobs:
37
38
- name: run tests
39
run: |
40
+ conda install -c conda-forge numpy
41
python setup.py install
42
python conda-recipe/run_test.py
43
0 commit comments