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 33575b1 commit 29328cdCopy full SHA for 29328cd
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
# skipped.
73
- name: Test skipping registry cloning of duplicate repos
74
if: ${{ matrix.pkg-server == 'pkg.julialang.org' }}
75
+ shell: bash
76
run: |
77
if julia -e 'VERSION >= v"1.7-" || exit(1)'; then
78
! test -d $HOME/.julia/registries/General
0 commit comments