Skip to content

Commit 8302361

Browse files
committed
Explicitly usi Conda to install the package
1 parent 5430c22 commit 8302361

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,7 +1,9 @@
11
using Reproject
22
using Test
3-
using PyCall
3+
using Conda, PyCall
44

5+
ENV["PYTHON"]=""
6+
Conda.add("reproject")
57
rp = pyimport("reproject")
68

79
@testset "Reproject.jl" begin

0 commit comments

Comments
 (0)