Skip to content

Commit 3074473

Browse files
Install diffeqpy in Python tests
1 parent 400f292 commit 3074473

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)