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 6396e23 commit 9b584e7Copy full SHA for 9b584e7
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
channels: conda-forge,anaconda
37
- name: Install dependencies
38
run: |
39
- conda install scipy numpy pytest
+ conda install scipy numpy pytest meson meson-python
40
- name: Test
41
42
python -m pip install -v . --no-build-isolation -Csetup-args=-Duse_openmp=true
0 commit comments