Hello Alon, thank you for your response. I saw this section for the configuration. What I do not understand is what values in this section should be changed and how..
What I would like to do:
package_manager: {
        # supported options: pip, conda, poetry, uv
        type: conda,
        # path to environment.yml in repository root directory
        # What key/value configuration pair do I use here?
        requirements_file: "$GIT_ROOT/environment.yml" # <-- Something like this?
        
        # NOTE: I also see this section? Is this relevant with the 'requirements.txt' being 'environment.yml'?
        # If set to true, Task's "installed packages" are ignored,
        # and the repository's "requirements.txt" is used instead
        # force_repo_requirements_txt: false
}
Should I just be using the  custom_build_script  section?
Hi @<1886947834087870464:profile|SuperficialSparrow80>
You can configure the agent to run using  conda  in the configuration file, in the  agent  section -  None
 
				