Skip to content

Commit 97298d8

Browse files
authored
Update container and CRAN URLs in workflow
1 parent 9d08890 commit 97298d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/basic_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ env:
1818
jobs:
1919
r-build-and-check:
2020
runs-on: ubuntu-latest
21-
container: bioconductor/bioconductor_docker:devel
21+
container: ghcr.io/bioconductor/bioconductor_docker:devel
2222

2323
env:
2424
R_REMOTES_NO_ERRORS_FROM_WARNINGS: TRUE
2525
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
26-
CRAN: https://packagemanager.posit.co/cran/__linux__/noble/latest
26+
CRAN: https://p3m.dev/cran/__linux__/noble/latest
2727

2828
steps:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v4
3131

3232
- name: Query dependencies and update old packages
3333
run: |
34-
BiocManager::install(ask=FALSE)
34+
BiocManager::install("remotes", ask = FALSE)
3535
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
3636
shell: Rscript {0}
3737

0 commit comments

Comments
 (0)