Skip to content

Commit e304d63

Browse files
ci: add dependencies first
1 parent c2ba012 commit e304d63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Add mypy annotator
2323
uses: pr-annotators/mypy-pr-annotator@v1.0.0
2424

25+
- name: Install build dependencies
26+
run: pip install cython numpy meson-python
27+
2528
- name: Compile
2629
run: python -m pip install --group dev -e .
2730

0 commit comments

Comments
 (0)