Skip to content

Commit b3e06af

Browse files
committedSep 28, 2024
fixup! Add Python integration
1 parent f4ae4ca commit b3e06af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎test/extlang/python.jl

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CondaPkg.add("numpy")
55

66
np = pyimport("numpy")
77

8+
# Restart scheduler to see new methods
9+
Dagger.cancel!(;halt_sch=true)
10+
811
@testset "spawn" begin
912
a = np.array([1, 2, 3])
1013

0 commit comments

Comments
 (0)