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