Skip to content

Commit 5b07947

Browse files
committed
hsgff
1 parent 007466e commit 5b07947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
julia --project -e "
3030
using Pkg
31+
Pkg.develop(\"KernelAbstractions\")
3132
Pkg.develop([PackageSpec(; name=basename(path), path) for path in ARGS])
32-
Pkg.develop("KernelAbstractions")
3333
" lib/GPUArraysCore
3434
- uses: julia-actions/julia-runtest@v1
3535
continue-on-error: ${{ matrix.version == 'nightly' }}

0 commit comments

Comments
 (0)