Skip to content

Commit 113448c

Browse files
committed
jrgfdsh
1 parent 5b07947 commit 113448c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- uses: julia-actions/cache@v2
2727
- name: Develop subpackages
2828
run: |
29-
julia --project -e "
29+
julia --project -e '
3030
using Pkg
31-
Pkg.develop(\"KernelAbstractions\")
31+
Pkg.develop("KernelAbstractions")
3232
Pkg.develop([PackageSpec(; name=basename(path), path) for path in ARGS])
33-
" lib/GPUArraysCore
33+
' lib/GPUArraysCore
3434
- uses: julia-actions/julia-runtest@v1
3535
continue-on-error: ${{ matrix.version == 'nightly' }}
3636
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)