From 2470db5ad7fbaa8df2c18d92b97603b188672d24 Mon Sep 17 00:00:00 2001 From: Acribbs Date: Sun, 10 Nov 2024 19:52:59 +0000 Subject: [PATCH] try v1 of miniconda setup --- .github/workflows/cgatcore_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cgatcore_python.yml b/.github/workflows/cgatcore_python.yml index 4a241cdc..ec68853e 100644 --- a/.github/workflows/cgatcore_python.yml +++ b/.github/workflows/cgatcore_python.yml @@ -29,7 +29,7 @@ jobs: key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('conda/environments/cgat-core.yml') }} - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v1 with: python-version: ${{ matrix.python-version }} channels: conda-forge, bioconda, defaults