We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331d2f6 commit 17e552aCopy full SHA for 17e552a
.github/workflows/check-bioc.yml
@@ -184,7 +184,7 @@ jobs:
184
- name: Manually install preprocessCore without threading
185
## See https://github.com/Bioconductor/bioconductor_docker/issues/22
186
run: |
187
- git clone git clone git@git.bioconductor.org:packages/preprocessCore
+ git clone git@git.bioconductor.org:packages/preprocessCore
188
cd preprocessCore
189
R CMD INSTALL --configure-args="--disable-threading" .
190
0 commit comments