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 18, 2024
1 parent 881e759 commit 007928c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
fail-fast: ${{ false }}
matrix:
config:
- os: ubuntu-latest
r: devel
#- os: ubuntu-latest
# r: devel
# bioc: devel
# cont: bioconductor/bioconductor_docker:devel
- os: macOS-latest
bioc: devel
cont: bioconductor/bioconductor_docker:devel
- os: macOS-latest
r: latest
bioc: release
#r: latest
#bioc: release
# - os: windows-latest
# r: latest
# bioc: release
Expand All @@ -45,7 +47,7 @@ jobs:
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ true }}
run_docker: ${{ false }}
docker_user: almurphy
docker_org: neurogenomicslab
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
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.7
Version: 1.15.8
Authors@R:
c(person(given = "Alan",
family = "Murphy",
Expand Down

0 comments on commit 007928c

Please sign in to comment.