File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
26
26
- uses : julia-actions/cache@v2
27
27
- name : Develop subpackages
28
28
run : |
29
- julia --project -e "
29
+ julia --project -e '
30
30
using Pkg
31
+ Pkg.develop("KernelAbstractions")
31
32
Pkg.develop([PackageSpec(; name=basename(path), path) for path in ARGS])
32
- " lib/GPUArraysCore
33
+ ' lib/GPUArraysCore
33
34
- uses : julia-actions/julia-runtest@v1
34
35
continue-on-error : ${{ matrix.version == 'nightly' }}
35
36
- uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change
1
+ using Pkg
2
+ Pkg. develop (" KernelAbstractions" )
3
+
1
4
using Distributed
2
5
using Dates
3
6
import REPL
4
7
using Printf: @sprintf
5
8
9
+
6
10
# parse some command-line arguments
7
11
function extract_flag! (args, flag, default= nothing )
8
12
for f in args
You can’t perform that action at this time.
0 commit comments