Skip to content

Commit da9919d

Browse files
authored
Update ci.yml
1 parent 3735230 commit da9919d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
- name: Install Doc dependencies
7575
run: pip install -r requirements_doc.txt
7676

77+
- name: Install build dependencies
78+
run: pip install -r requirements.txt
79+
7780
- name: Build Package
7881
run: python setup.py build_ext --inplace
7982

0 commit comments

Comments
 (0)