Skip to content

Commit d934f42

Browse files
author
Christopher Doris
committed
allow newer micromamba_jll
1 parent 2ade9cf commit d934f42

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MicroMamba"
22
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
33
authors = ["Christopher Rowley <github.com/cjdoris>"]
4-
version = "0.1.13"
4+
version = "0.1.14"
55

66
[deps]
77
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -11,7 +11,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
1111
[compat]
1212
Scratch = "1.1"
1313
julia = "1.6"
14-
micromamba_jll = "0.26, 1 - 1.4.2"
14+
micromamba_jll = "0.26, 1 - 1.4.2, 1.4.7"
1515

1616
[extras]
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ using TestItemRunner
1212
@test MicroMamba.version() > VersionNumber(0)
1313
help = read(MicroMamba.cmd(`--help`), String)
1414
@test occursin("--help", help)
15+
# this fails on v1.4.3, succeeds on 1.4.7
16+
run(MicroMamba.cmd(`create -y -p ./testenv -c conda-forge pip`))
1517
end

0 commit comments

Comments
 (0)