Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 5, 2023
1 parent 15e115b commit 68c1c8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/python/pycall.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using PyCall, SciMLBase, OrdinaryDiffEq

py""" # This is a mess because normal site-packages is not writeable in CI
import pip, site, sys
pip._internal.main(['install', '--user', 'julia'])
from pip import _internal as _internal
_internal.main(['install', '--user', 'julia'])
import site, sys
sys.path.append(site.getusersitepackages())
"""

Expand Down

0 comments on commit 68c1c8c

Please sign in to comment.