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 f41a41e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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, nextflow]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f41a41e

Please sign in to comment.