Skip to content

Commit

Permalink
Update gha.
Browse files Browse the repository at this point in the history
  • Loading branch information
snystrom committed Apr 29, 2024
1 parent 94c8a81 commit 55f0df1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bioc-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,8 @@ jobs:
## For running the checks
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
remotes::install_cran("rcmdcheck")
#TODO: temporary fix until dev version builds at bioc
remotes::install_github("bjmt/universalmotif")
remotes::install_github("Bioconductor/BiocCheck")
#BiocManager::install("BiocCheck")
#remotes::install_github("Bioconductor/BiocCheck")
BiocManager::install("BiocCheck")
shell: Rscript {0}

- name: Session info
Expand Down Expand Up @@ -312,7 +310,7 @@ jobs:
## Builds pkg in docs, then moves to new repo

- name: Push pkgdown site to Site repo
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true'
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true'
uses: cpina/github-action-push-to-another-repository@v1.2
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
Expand Down

0 comments on commit 55f0df1

Please sign in to comment.