Skip to content

Commit 9dc864d

Browse files
authored
[CI] Fix shell value in step of downstream tests
1 parent 0165fca commit 9dc864d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
version: ${{ matrix.julia-version }}
3636
arch: x64
3737
- name: Setup ArrayInterface
38-
shell: julia --color=yes
38+
shell: julia --color=yes {0}
3939
run: |
4040
using Pkg
4141
function dev_subpkg(subpkg)

0 commit comments

Comments
 (0)