You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first example with Conda is successful, but does not run "conda activate myCondaEnv" successfully.
The logs have this warning: "/bin/sh: 1: conda: not found" implying the conda command did not work.
Expected Behavior
The examples shown on this page: https://kestra.io/plugins/tasks/io.kestra.plugin.scripts.python.commands should work seamlessly.
Actual Behaviour
The first example with Conda is successful, but does not run "conda activate myCondaEnv" successfully.
The logs have this warning: "/bin/sh: 1: conda: not found" implying the conda command did not work.
Steps To Reproduce
Take the first example on the Commands task page:
And execute the flow.
Environment Information
Example flow
id: python_venv
namespace: dev
tasks:
type: io.kestra.plugin.scripts.python.Commands
namespaceFiles:
enabled: true
runner: PROCESS
beforeCommands:
commands:
The text was updated successfully, but these errors were encountered: