File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " MicroMamba"
22uuid = " 0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
33authors = [" Christopher Rowley <github.com/cjdoris>" ]
4- version = " 0.1.13 "
4+ version = " 0.1.14 "
55
66[deps ]
77Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -11,7 +11,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
1111[compat ]
1212Scratch = " 1.1"
1313julia = " 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 ]
1717Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff 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` ))
1517end
You can’t perform that action at this time.
0 commit comments