Skip to content
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

(Mamba/Mini)forge example not working? #149

Closed
janjagusch opened this issue Feb 18, 2021 · 4 comments
Closed

(Mamba/Mini)forge example not working? #149

janjagusch opened this issue Feb 18, 2021 · 4 comments

Comments

@janjagusch
Copy link

Hi, thanks for maintaining this action! 🚀

I'm following example 10 with Mambaforge. When running that example, I receive the following warning:

Warning: Unexpected input(s) 'miniforge-variant', 'miniforge-version', 'use-mamba', valid inputs are ['installer-url', 'miniconda-version', 'conda-version', 'conda-build-version', 'environment-file', 'activate-environment', 'python-version', 'add-anaconda-token', 'add-pip-as-python-dependency', 'allow-softlinks', 'auto-activate-base', 'auto-update-conda', 'condarc-file', 'channel-alias', 'channel-priority', 'channels', 'show-channel-urls', 'use-only-tar-bz2', 'remove-profiles', 'mamba-version', 'architecture']

Also, when I add an additional step

- shell: bash -l {0}
   run: mamba install jupyterlab

I get the following error:

/home/runner/work/_temp/345635cc-bd38-43b6-a26a-1ca467ac05df.sh: line 1: mamba: command not found
@xhochy
Copy link
Member

xhochy commented Feb 18, 2021

@janjagusch You need master for this, the features listed in the README are not yet released. As requested in #106 (comment) I hope that @bollwyvl / @goanpeca might cut a smaller 2.1 release ;)

@janjagusch
Copy link
Author

#106 (comment)

Can confirm that by using conda-incubator/setup-miniconda@e23d871804685e8c52189e5bd45e9145019f10af the warning and the erorr disappear. Thanks @xhochy!

@goanpeca
Copy link
Member

Will do on the weekend @xhochy :)

@xhochy
Copy link
Member

xhochy commented Feb 18, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants