Skip to content

Commit

Permalink
Install rhdf5filters separately
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Jul 12, 2023
1 parent 5b6d4e8 commit 4d430ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
bioc-mirror: ${{ matrix.config.bioc-mirror }}

- uses: r-lib/actions/setup-pandoc@v2

- name: Install dependencies temp
if: runner.os == 'macos'
run: |
BiocManager::install('grimbough/rhdf5filters')
shell: Rscript {0}

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
src/*o
.Rproj.user

src/external_filters.h

vignettes/*_cache

0 comments on commit 4d430ed

Please sign in to comment.