Skip to content

Commit b9cf249

Browse files
committed
remove CondaPkg backend env variable setting
1 parent ddb8f12 commit b9cf249

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module ReactionMechanismSimulator
2-
ENV["JULIA_CONDAPKG_BACKEND"] = "MicroMamba"
32
using CondaPkg
43
using Logging
54
using PythonCall

src/rmstest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Logging
22
Logging.disable_logging(Logging.Warn)
3-
ENV["JULIA_CONDAPKG_BACKEND"] = "MicroMamba"
43
using CondaPkg
54
using PythonCall
65

0 commit comments

Comments
 (0)