From e692fcd99b1ec9287ea9aa13755dd2228de187f6 Mon Sep 17 00:00:00 2001 From: Gemy Kaithakottil Date: Tue, 14 May 2024 10:15:01 +0100 Subject: [PATCH] fix: gh workflow --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 1ce9c3cb..3dcab230 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -53,13 +53,13 @@ jobs: with: auto-update-conda: true conda-solver: ${{ matrix.solver }} - python-version: "3.9" + python-version: ${{ matrix.python-version }} miniconda-version: "latest" mamba-version: "*" use-mamba: true channels: conda-forge, defaults, bioconda, anaconda channel-priority: true - # use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! + use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! activate-environment: "mikado2" environment-file: ./environment.yml # auto-activate-base: false