We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f29ca + 3074473 commit 8a63727Copy full SHA for 8a63727
test/python/pycall.jl
@@ -3,6 +3,7 @@ using PyCall, SciMLBase, OrdinaryDiffEq
3
py""" # This is a mess because normal site-packages is not writeable in CI
4
import subprocess, sys, site
5
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
6
+subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
7
sys.path.append(site.getusersitepackages())
8
"""
9
0 commit comments