Skip to content

Commit fb96f6f

Browse files
Merge pull request #267 from giordano/patch-1
[CI] Fix shell value in step of downstream tests
2 parents 0165fca + 9dc864d commit fb96f6f

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)