Skip to content

Commit 9b584e7

Browse files
committed
CI: Fix typo
1 parent 6396e23 commit 9b584e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
channels: conda-forge,anaconda
3737
- name: Install dependencies
3838
run: |
39-
conda install scipy numpy pytest
39+
conda install scipy numpy pytest meson meson-python
4040
- name: Test
4141
run: |
4242
python -m pip install -v . --no-build-isolation -Csetup-args=-Duse_openmp=true

0 commit comments

Comments
 (0)