kszucs / conda-buildkite-plugin

Run commands in conda environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda-buildkite-plugin

Run commands in conda environments

Example

steps:
  - plugins:
      - loosolab/conda#v1.0.0:
          environment: environment.yml
          update: true

Options

  • environment: The path to the environment definition file in YAML format.
  • update (optional): Whether or not to run conda env update before activating the environment. Defaults to true.

About

Run commands in conda environments

License:MIT License


Languages

Language:Shell 100.0%