setup-miniconda
    Preparing search index...

    Function getEnvSpec

    • Read and potentially parse the environment-file.

      Currently supports a single:

      • YAML (as accepted by conda env update).
      • Lock file (as generated by conda list --explicit or conda lock).

      In the future, this could be provided in different ways, including multiple files, alternate inputs, etc.

      Parameters

      • inputs: IActionInputs

        The parsed action inputs containing the environment file path.

      Returns Promise<IEnvSpec>

      The parsed environment spec with either YAML or explicit content.