Skip to content

Commit

Permalink
Install my bu
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Sep 3, 2023
1 parent d476f72 commit 38c350a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,18 @@ jobs:
run: BiocManager::install("BiocCheck")
shell: Rscript {0}


- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.image == null


- name: basilisk utils
if: matrix.config.os == 'windows-latest' && matrix.config.bioc == 'devel'
run: |
devtools::install_github("alanocallaghan/basilisk.utils")
shell: Rscript {0}

- name: Debug
if: matrix.config.os == 'windows-latest' && matrix.config.bioc == 'devel'
run: |
Expand Down

0 comments on commit 38c350a

Please sign in to comment.