We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many pipelines have a base env that the pipeline should run in.
Need a way to configure the base env so that the pipeline will start in that env.
snk install emilhaegglund/TADA --base-env environment.yaml
Then running tada will activate the base env before running.
tada
Need to handle deactivate and clean up also.
The text was updated successfully, but these errors were encountered:
I'm currently using venv for isolated environments could change to something like env-exec to add support for conda base envs.
Sorry, something went wrong.
Will close for now...
No branches or pull requests
Many pipelines have a base env that the pipeline should run in.
Need a way to configure the base env so that the pipeline will start in that env.
Then running
tada
will activate the base env before running.Need to handle deactivate and clean up also.
The text was updated successfully, but these errors were encountered: