From efaa91074733228085a899109fdbdf70c13ca10f Mon Sep 17 00:00:00 2001 From: Will Dumm Date: Mon, 20 May 2024 12:01:50 -0700 Subject: [PATCH] update conda file --- .github/workflows/build-and-test.yml | 5 +---- environment.yml | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a23b047..ed1438c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,15 +19,12 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 - - name: Install Pandoc - uses: r-lib/actions/setup-pandoc@v2 - - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases environment-file: environment.yml init-shell: bash - cache-environment: false + cache-environment: true post-cleanup: 'none' - name: Test diff --git a/environment.yml b/environment.yml index f1814f4..d7867c5 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,6 @@ name: gctree channels: + - conda-forge - bioconda - defaults dependencies: