Skip to content

Commit

Permalink
cleanup
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 68c1c8c commit 5800d62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/python/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
Conda = "1.9"
OrdinaryDiffEq = "6.33"
PyCall = "1.96"
SciMLBase = "2"
2 changes: 1 addition & 1 deletion test/python/pycall.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using PyCall, SciMLBase, OrdinaryDiffEq

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

0 comments on commit 5800d62

Please sign in to comment.