We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3c7ea commit 9d9df23Copy full SHA for 9d9df23
.github/workflows/ci.yml
@@ -22,7 +22,8 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install flake8 pytest
+ pip install flake8 pytest cython numpy setuptools
26
+ python setup.py build_ext --inplace
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Lint with flake8
29
0 commit comments