You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/r-daily.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ jobs:
31
31
git fetch upstream
32
32
git reset --hard upstream/master
33
33
34
-
- name: Change Bioconductor mirror
35
-
run: sed -i 's|http://bioconductor\.statistik\.tu-dortmund\.de/packages/|http://bioconductor.org/packages/|g' pkgs/development/r-modules/generate-r-packages.R
34
+
# - name: Change Bioconductor mirror
35
+
# run: sed -i 's|http://bioconductor\.statistik\.tu-dortmund\.de/packages/|http://bioconductor.org/packages/|g' pkgs/development/r-modules/generate-r-packages.R
36
36
37
37
# - name: Remove escapeName
38
38
# run: sed -i 's|escapeName(name)|name|g' pkgs/development/r-modules/generate-r-packages.R
0 commit comments