Skip to content

Commit

Permalink
allow newer micromamba_jll
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jul 26, 2023
1 parent 2ade9cf commit d934f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MicroMamba"
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
authors = ["Christopher Rowley <github.com/cjdoris>"]
version = "0.1.13"
version = "0.1.14"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -11,7 +11,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
[compat]
Scratch = "1.1"
julia = "1.6"
micromamba_jll = "0.26, 1 - 1.4.2"
micromamba_jll = "0.26, 1 - 1.4.2, 1.4.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ using TestItemRunner
@test MicroMamba.version() > VersionNumber(0)
help = read(MicroMamba.cmd(`--help`), String)
@test occursin("--help", help)
# this fails on v1.4.3, succeeds on 1.4.7
run(MicroMamba.cmd(`create -y -p ./testenv -c conda-forge pip`))
end

2 comments on commit d934f42

@cjdoris
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88430

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.14 -m "<description of version>" d934f42495156bbde9e05d4658a75f86b767bd29
git push origin v0.1.14

Please sign in to comment.