Skip to content

Commit

Permalink
fix git cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Apr 30, 2024
1 parent 331d2f6 commit 17e552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Manually install preprocessCore without threading
## See https://github.com/Bioconductor/bioconductor_docker/issues/22
run: |
git clone git clone git@git.bioconductor.org:packages/preprocessCore
git clone git@git.bioconductor.org:packages/preprocessCore
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
Expand Down

0 comments on commit 17e552a

Please sign in to comment.