conda-incubator / setup-miniconda

Set up your GitHub Actions workflow with conda via miniconda

Home Page:https://github.com/marketplace/actions/setup-miniconda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to pass keyword arguments to this tool

xiki-tempula opened this issue · comments

Hi, I wonder how shall I pass arguments to mamba in this tool? For example,
Instead of
mamba env create -f env.yml -n test
I want to do
CONDA_OVERRIDE_CUDA="11.7" mamba env create -f env.yml -n test
I wonder where shall I put CONDA_OVERRIDE_CUDA="11.7"? Thank you.