We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4301b commit d782355Copy full SHA for d782355
1 file changed
.github/workflows/tests.yml
@@ -20,6 +20,9 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install flake8 pytest
22
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23
+ - name: Build mathlib
24
+ run: |
25
+ python setup.py build_ext --inplace
26
- name: Lint with flake8
27
run: |
28
# stop the build if there are Python syntax errors or undefined names
0 commit comments