Skip to content

Commit 7b83750

Browse files
authored
micromamba + pythoncall before condapkg test
1 parent 998b089 commit 7b83750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

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

4-
using CondaPkg
5-
CondaPkg.add("numpy")
4+
ENV["JULIA_CONDAPKG_BACKEND"] = "MicroMamba"
65

7-
using PythonCall
6+
using PythonCall, CondaPkg
7+
CondaPkg.add("numpy")
88

99
@testset "PythonCallTest.jl" begin
1010
@pyexec """

0 commit comments

Comments
 (0)