Skip to content

Commit 16cc86c

Browse files
authored
Merge pull request #146 from neurogenomics/static-fix
Fix package installation failures for static workflow
2 parents 57e0930 + c706458 commit 16cc86c

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/rworkflows_static.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,18 @@ jobs:
4444
matrix:
4545
config:
4646
- os: ubuntu-latest
47-
bioc: devel
4847
r: auto
49-
cont: ghcr.io/bioconductor/bioconductor_docker:devel
50-
rspm: ~
48+
bioc: release
49+
cont: ghcr.io/bioconductor/bioconductor_docker:latest
50+
python-version: 3.11
5151
- os: macOS-latest
52+
r: latest
5253
bioc: release
53-
r: auto
54-
cont: ~
55-
rspm: ~
54+
python-version: 3.11
5655
- os: windows-latest
56+
r: latest
5757
bioc: release
58-
r: auto
59-
cont: ~
60-
rspm: ~
58+
python-version: 3.11
6159
env:
6260
R_REMOTES_NO_ERRORS_FROM_WARNINGS: ${{ true }}
6361
RSPM: ${{ matrix.config.rspm }}

inst/templates/rworkflows_template_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
config:
14-
- { os: ubuntu-latest, r: 'devel', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel"}
14+
- { os: ubuntu-latest, r: 'auto', bioc: 'release', cont: "bioconductor/bioconductor_docker:release"}
1515
- { os: macOS-latest, r: 'latest', bioc: 'release'}
1616
- { os: windows-latest, r: 'latest', bioc: 'release'}
1717
env:

0 commit comments

Comments
 (0)