From 931c27b8e9c1f29ee64cc7db64dcfd48ac03a796 Mon Sep 17 00:00:00 2001 From: Verity Hill <36039880+ViralVerity@users.noreply.github.com> Date: Wed, 22 May 2024 15:01:05 -0400 Subject: [PATCH] Update pipeline-tests.yml --- .github/workflows/pipeline-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-tests.yml b/.github/workflows/pipeline-tests.yml index 2c54568..f2150fa 100644 --- a/.github/workflows/pipeline-tests.yml +++ b/.github/workflows/pipeline-tests.yml @@ -18,7 +18,7 @@ jobs: environment-file: environment.yml activate-environment: analysis_env channels: conda-forge,bioconda,defaults - conda-version: "*" + miniconda-version: "latest" - name: install pipeline run: pip install -e . - name: run_dry_run