From 0c4e6ed15bb598e17ccb4f6ce17fabd429b573a1 Mon Sep 17 00:00:00 2001 From: Jay Hesselberth Date: Fri, 10 Jan 2025 05:51:53 -0700 Subject: [PATCH] Don't use bz2 files --- .github/workflows/test-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pipeline.yaml b/.github/workflows/test-pipeline.yaml index 15ab05d..8b5b416 100644 --- a/.github/workflows/test-pipeline.yaml +++ b/.github/workflows/test-pipeline.yaml @@ -37,7 +37,8 @@ jobs: with: activate-environment: aatrnaseqpipe environment-file: environment.yml - use-only-tar-bz2: true + # https://github.com/conda-incubator/setup-miniconda/issues/267 + # use-only-tar-bz2: true - name: Cache test data 🏦 uses: actions/cache@v4