Skip to content

Commit 17e552a

Browse files
committed
fix git cmd
1 parent 331d2f6 commit 17e552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Manually install preprocessCore without threading
185185
## See https://github.com/Bioconductor/bioconductor_docker/issues/22
186186
run: |
187-
git clone git clone git@git.bioconductor.org:packages/preprocessCore
187+
git clone git@git.bioconductor.org:packages/preprocessCore
188188
cd preprocessCore
189189
R CMD INSTALL --configure-args="--disable-threading" .
190190

0 commit comments

Comments
 (0)