Skip to content

Commit

Permalink
use https instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto authored Oct 9, 2024
1 parent 048ba07 commit 97cb644
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 @@ -219,7 +219,7 @@ jobs:
## See https://github.com/Bioconductor/bioconductor_docker/issues/22
- name: Manually install preprocessCore
run: |
git clone git@git.bioconductor.org:packages/preprocessCore
git clone https://git.bioconductor.org/packages/preprocessCore
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
Expand Down

0 comments on commit 97cb644

Please sign in to comment.