From 103ce471fac6ec0c3cc634cedbb5e4481541f72b Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Mon, 29 Apr 2024 13:13:25 +1000 Subject: [PATCH] ok --- .github/workflows/tests.yml | 4 ++-- .github/workflows/tests_weekly.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f012ebc2e..1e4bc6246 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,12 +111,12 @@ jobs: which python - name: Setup blast and igblast on macos - if: matrix.config.os != 'ubuntu-latest'" + if: matrix.config.os == 'macos-latest' run: | conda install bioconda/osx-64::igblast bioconda/osx-64::blast - name: Setup blast and igblast on linux - if: matrix.config.os == 'ubuntu-latest'" + if: matrix.config.os == 'ubuntu-latest' # just in case this happens again in the future # conda install -c bioconda igblast blast ncbi-vdb=2.11.0 # https://github.com/bioconda/bioconda-recipes/issues/33479 diff --git a/.github/workflows/tests_weekly.yml b/.github/workflows/tests_weekly.yml index 1da46d237..3e0a4ce13 100644 --- a/.github/workflows/tests_weekly.yml +++ b/.github/workflows/tests_weekly.yml @@ -84,12 +84,12 @@ jobs: which python - name: Setup blast and igblast on macos - if: matrix.config.os != 'ubuntu-latest'" + if: matrix.config.os == 'macos-latest' run: | conda install bioconda/osx-64::igblast bioconda/osx-64::blast - name: Setup blast and igblast on linux - if: matrix.config.os == 'ubuntu-latest'" + if: matrix.config.os == 'ubuntu-latest' # just in case this happens again in the future # conda install -c bioconda igblast blast ncbi-vdb=2.11.0 # https://github.com/bioconda/bioconda-recipes/issues/33479