Skip to content

Commit

Permalink
Install hdf5tools in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Dec 12, 2024
1 parent 2bc42bf commit 4edee29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ jobs:
reticulate::py_install(c("anndata", "scanpy", "dummy-anndata"), pip = TRUE)
shell: Rscript {0}

- name: Install h5diff
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install hdf5tools
else
echo "$RUNNER_OS not supported"
exit 1
fi
shell: bash


- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 4edee29

Please sign in to comment.