setup-miniconda
    Preparing search index...

    Interface ICondaConfig

    A subset of the .condarc file options available as action inputs https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html.

    interface ICondaConfig {
        add_anaconda_token: string;
        add_pip_as_python_dependency: string;
        allow_softlinks: string;
        always_yes: string;
        auto_activate: string;
        auto_update_conda: string;
        changeps1: string;
        channel_alias: string;
        channel_priority: string;
        channels: string;
        default_activation_env: string;
        pkgs_dirs: string;
        show_channel_urls: string;
        solver: string;
        use_only_tar_bz2: string;
    }
    Index

    Properties

    add_anaconda_token: string
    add_pip_as_python_dependency: string
    allow_softlinks: string
    always_yes: string
    auto_activate: string
    auto_update_conda: string
    changeps1: string
    channel_alias: string
    channel_priority: string
    channels: string
    default_activation_env: string
    pkgs_dirs: string
    show_channel_urls: string
    solver: string
    use_only_tar_bz2: string