Skip to content

Commit 9d9df23

Browse files
committed
added build command to test CI
1 parent ce3c7ea commit 9d9df23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install flake8 pytest
25+
pip install flake8 pytest cython numpy setuptools
26+
python setup.py build_ext --inplace
2627
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2728
- name: Lint with flake8
2829
run: |

0 commit comments

Comments
 (0)