Read and potentially parse the environment-file.
environment-file
Currently supports a single:
conda env update
conda list --explicit
conda lock
In the future, this could be provided in different ways, including multiple files, alternate inputs, etc.
The parsed action inputs containing the environment file path.
The parsed environment spec with either YAML or explicit content.
Read and potentially parse the
environment-file.Notes
Currently supports a single:
conda env update).conda list --explicitorconda lock).In the future, this could be provided in different ways, including multiple files, alternate inputs, etc.