Skip to content

Commit

Permalink
remove quote
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Apr 29, 2024
1 parent 2e0c9b4 commit a438658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
which python
- name: Setup blast and igblast on macos
if: matrix.config.os != 'ubuntu-latest'"
if: matrix.config.os != 'ubuntu-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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
which python
- name: Setup blast and igblast on macos
if: matrix.config.os != 'ubuntu-latest'"
if: matrix.config.os != 'ubuntu-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
Expand Down

0 comments on commit a438658

Please sign in to comment.