Skip to content

Commit 347a3bb

Browse files
authored
micromamba + pythoncall after condapkg test
1 parent 0115969 commit 347a3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

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

4-
ENV["JULIA_CONDAPKG_BACKEND"] = "Pixi"
4+
ENV["JULIA_CONDAPKG_BACKEND"] = "MicroMamba"
55

6-
using PythonCall
76
using CondaPkg
87
CondaPkg.add("numpy")
8+
using PythonCall
99

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

0 commit comments

Comments
 (0)