Skip to content

Commit

Permalink
Different cran mirror
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 31, 2024
1 parent 11b21ba commit dfbcf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
r-version: "4"

- name: Install edgeR
run: Rscript --vanilla -e "install.packages(c('BiocManager', 'statmod'), repos='https://cloud.r-project.org'); library('BiocManager'); BiocManager::install('edgeR')"
run: Rscript --vanilla -e "install.packages(c('BiocManager', 'statmod'), repos='https://cran.r-project.org'); library('BiocManager'); BiocManager::install('edgeR')"

- name: Install test dependencies
run: python -m pip install --upgrade uv wheel
Expand Down

0 comments on commit dfbcf8f

Please sign in to comment.