Skip to content

Commit

Permalink
GHA: removed work-around with vdiffr version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phauchamps committed Oct 30, 2023
1 parent 75623af commit 9ba88c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ jobs:
remotes::install_cran("BiocManager")
shell: Rscript {0}

- name: Manually install vdiffr in version 1.0.5 to avoid compil error
run: |
BiocManager::install("remotes")
remotes::install_version("vdiffr", version = "1.0.5")
shell: Rscript {0}
# - name: Manually install vdiffr in version 1.0.5 to avoid compil error
# run: |
# BiocManager::install("remotes")
# remotes::install_version("vdiffr", version = "1.0.5")
# shell: Rscript {0}

- name: Set BiocVersion
run: |
Expand Down

0 comments on commit 9ba88c6

Please sign in to comment.