Skip to content

Commit 5801aad

Browse files
committed
Adding ninja to unit tests dependencies
1 parent 2c8ad6a commit 5801aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install wheel
3737
pip install numpy numba
3838
pip install flake8 pytest
39-
pip install meson-python
39+
pip install meson-python ninja
4040
pip install -e .
4141
- name: Lint with flake8
4242
run: |

0 commit comments

Comments
 (0)