From 580fa9e483fe1aca2ec2eeb0ad23912e925d769a Mon Sep 17 00:00:00 2001 From: Angie Hinrichs Date: Thu, 21 Nov 2024 13:27:02 -0800 Subject: [PATCH] Instead of bumping setup-miniconda, remove the pinned conda-version. --- .github/workflows/pangolin.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pangolin.yml b/.github/workflows/pangolin.yml index 2dda782..e4e1c2f 100644 --- a/.github/workflows/pangolin.yml +++ b/.github/workflows/pangolin.yml @@ -13,13 +13,11 @@ jobs: os: ["ubuntu-latest"] steps: - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v3 + - uses: conda-incubator/setup-miniconda@v2 with: environment-file: environment.yml activate-environment: pangolin channels: conda-forge,bioconda,defaults - conda-version: "23.5.0" - mamba-version: "*" - name: Install pangolin run: pip install -e . - name: Check pangolin version