Skip to content

Commit

Permalink
Do not run Conda test GHA on MacOS ARM64
Browse files Browse the repository at this point in the history
Do not run the Conda environment test on MacOS ARM64, as the `subread`
package is not available there.
  • Loading branch information
fasterius committed Oct 23, 2024
1 parent 005d364 commit 1892bee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- main
- devel

concurrency:
group: conda-env-test
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}
Expand All @@ -27,6 +31,11 @@ jobs:
cmd: jupyter nbconvert --to HTML tutorials/jupyter/supplementary_material.ipynb
- env: quarto
cmd: conda install -c conda-forge quarto && conda install -c conda-forge deno && export QUARTO_DENO=$(which deno) && quarto render tutorials/quarto/quarto-tutorial-example.qmd --to html
exclude:
- os: macos-latest
env: snakemake
- os: macos-latest
env: nextflow
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1892bee

Please sign in to comment.