Skip to content

Commit 998b089

Browse files
authored
trying re-ordering suggested by Christopher
1 parent 34f6ad6 commit 998b089

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
using PythonCallTest
22
using Test
33

4-
using PythonCall, CondaPkg
4+
using CondaPkg
55
CondaPkg.add("numpy")
66

7+
using PythonCall
8+
79
@testset "PythonCallTest.jl" begin
810
@pyexec """
911
global np

0 commit comments

Comments
 (0)