diff --git a/.github/workflows/cgatcore_python.yml b/.github/workflows/cgatcore_python.yml index ec68853e..faebf19f 100644 --- a/.github/workflows/cgatcore_python.yml +++ b/.github/workflows/cgatcore_python.yml @@ -26,11 +26,10 @@ jobs: CACHE_NUMBER: 0 with: path: ~/conda_pkgs_dir - key: - ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ - hashFiles('conda/environments/cgat-core.yml') }} + key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('conda/environments/cgat-core.yml') }} - uses: conda-incubator/setup-miniconda@v1 with: + installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh python-version: ${{ matrix.python-version }} channels: conda-forge, bioconda, defaults channel-priority: true