Skip to content

Commit 6c3d334

Browse files
committed
yml: Do not test symengine.py for docs
1 parent e912481 commit 6c3d334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
export PYTHON_SOURCE_DIR=$GITHUB_WORKSPACE
3535
cd $PYTHON_SOURCE_DIR
3636
source bin/install_travis.sh
37-
bin/test_travis.sh
3837
pip install sphinx-autobuild m2r2 sphinxcontrib-apidoc sphinx-book-theme
38+
python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
3939
sphinx-build docs/ genDocs/
4040
env:
4141
WITH_MPC: yes

0 commit comments

Comments
 (0)