Skip to content

Commit

Permalink
smarter? debug fooling around
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 1b9fc82 commit 0542b83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/python/pycall.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Conda
Conda.pip_interop(true)
Conda.pip("install", "julia")
using PyCall, SciMLBase, OrdinaryDiffEq

py""" # TODO: upstream this into PyCall
from pip import _internal
_internal.main(['install', 'julia'])
"""

@testset "numargs" begin
py"""
def three_arg(a, b, c):
Expand Down

0 comments on commit 0542b83

Please sign in to comment.