Skip to content

Commit 8a63727

Browse files
Merge pull request #639 from SciML/ChrisRackauckas-patch-2
Install diffeqpy in Python tests
2 parents e4f29ca + 3074473 commit 8a63727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/python/pycall.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using PyCall, SciMLBase, OrdinaryDiffEq
33
py""" # This is a mess because normal site-packages is not writeable in CI
44
import subprocess, sys, site
55
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
6+
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
67
sys.path.append(site.getusersitepackages())
78
"""
89

0 commit comments

Comments
 (0)