-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Add MAMBARC
support to mamba
#1373
Conversation
Does this need a rebase now that #1372 is in? Does this need a specific test? |
21f6c13
to
305340a
Compare
@mattip, I've rebased and added more tests covering all the additional features for the test/test_environment_bench.py::test_asv_mamba[with_conda_forge] PASSED [ 50%]
test/test_environment_bench.py::test_asv_mamba[empty_conda_channels] PASSED [ 62%]
test/test_environment_bench.py::test_asv_mamba_condarc[with_proper_condarc_and_mambarc] PASSED [ 75%]
test/test_environment_bench.py::test_asv_mamba_condarc[with_condarc_but_no_mambarc] PASSED [ 87%]
test/test_environment_bench.py::test_asv_mamba_condarc[without_condarc_and_mambarc] PASSED [100%] |
CI is not happy. It would be nice to have at least one windows (and maybe one macos) CI run to prove the code works on those platforms as well, since path parsing differs. |
7680638
to
41623c1
Compare
Co-authored-by: mattip <mattip@users.noreply.github.com>
Co-authored-by: mattip <mattip@users.noreply.github.com>
@mattip I think this now ready. |
thanks @HaoZeke |
Cannot be reviewed until #1372 is inCloses #1358. Also explicitly removes
conda-forge
as a default formamba
. Users are free to either:.condarc
and useexport MAMBARC=$HOME/.condarc
or (better)
environment.yml
or set the corresponding variable inasv.conf.json
The documentation has also been updated to reflect the same.