Skip to content

Commit

Permalink
GHA update
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Murphy committed Dec 17, 2024
1 parent fe7944e commit 881e759
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,24 @@ jobs:
fail-fast: ${{ false }}
matrix:
config:
#- os: ubuntu-latest
# r: devel
# bioc: devel
# cont: bioconductor/bioconductor_docker:devel
- os: macOS-latest
- os: ubuntu-latest
r: devel
bioc: devel
cont: bioconductor/bioconductor_docker:devel
- os: macOS-latest
r: latest
bioc: release
# - os: windows-latest
# r: latest
# bioc: release
steps:
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ true }}
run_rcmdcheck: ${{ true }}
run_bioccheck: ${{ false }}
run_rcmdcheck: ${{ false }}
as_cran: ${{ true }}
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
has_testthat: ${{ false }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
has_runit: ${{ false }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MungeSumstats
Type: Package
Title: Standardise summary statistics from GWAS
Version: 1.15.6
Version: 1.15.7
Authors@R:
c(person(given = "Alan",
family = "Murphy",
Expand Down

0 comments on commit 881e759

Please sign in to comment.