Skip to content

Commit 8264ff5

Browse files
authored
Merge pull request #339 from HaoZeke/fixGHA
Fix GHA
2 parents 351e7da + 842e368 commit 8264ff5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

symengine/lib/symengine_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4874,7 +4874,7 @@ cdef class LambdaDouble(_Lambdify):
48744874
"""
48754875
Returns a tuple with first element being a ctypes function with signature
48764876
4877-
void func(double * output, const double *input, void *user_data)
4877+
void func(double \*output, const double \*input, void \*user_data)
48784878
48794879
and second element being a ctypes void pointer. This void pointer needs to be
48804880
passed as input to the function as the third argument `user_data`.

symengine_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44eb47e3bbfa7e06718f2f65f3f41a0a9d133b70
1+
eb62270ce920c0118109b01b3702e0e503f39994

0 commit comments

Comments
 (0)