Skip to content

Commit d782355

Browse files
committed
Build mathlib in github actions
1 parent 0d4301b commit d782355

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install flake8 pytest
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23+
- name: Build mathlib
24+
run: |
25+
python setup.py build_ext --inplace
2326
- name: Lint with flake8
2427
run: |
2528
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)