diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ffb3106..e410b86 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,11 +1,9 @@ steps: - - label: "Build Conda-environment" + - label: ":stopwatch: Running checks for Wilson" command: -# - "conda env create -f .buildkite/wilson-env.yml --force" - - ". /etc/profile.d/conda.sh" - - "conda activate wilson" -# - "Rscript -e 'install.packages(\"rje\")'" - "Rscript -e 'devtools::check()'" + plugins: + https://github.com/loosolab/conda-buildkite-plugin.git#master: # - wait