From b026b5a8a77ea131b229a50cb28e0d301915cfb8 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 9 Feb 2022 15:28:50 +0100 Subject: [PATCH] Use mamba env update --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3386241..a112292 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,7 +56,7 @@ jobs: activate-environment: biowdl-lint - name: Update test environment - run: mamba install -n test cromwell miniwdl wdl-aid + run: mamba env update -n biowdl-lint -f .github/lint-environment.yml if: steps.env_cache.outputs.cache-hit != 'true' - name: run womtool validate -- GitLab