Skip to content

Commit bae016f

Browse files
committed
brstg
1 parent 2011d46 commit bae016f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ steps:
3636
Pkg.add("pocl_jll")
3737
Pkg.develop(path="lib/intrinsics")
3838
39-
using InteractiveUtilities
40-
InteractiveUtilities.versioninfo()
39+
using InteractiveUtils
40+
InteractiveUtils.versioninfo()
4141
4242
println("+++ :julia: Running tests")
4343
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
@@ -62,8 +62,8 @@ steps:
6262
Pkg.add("pocl_jll")
6363
Pkg.develop(path="lib/intrinsics")
6464
65-
using InteractiveUtilities
66-
InteractiveUtilities.versioninfo()
65+
using InteractiveUtils
66+
InteractiveUtils.versioninfo()
6767
6868
println("+++ :julia: Running tests")
6969
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
@@ -89,8 +89,8 @@ steps:
8989
Pkg.add("pocl_jll")
9090
Pkg.develop(path="lib/intrinsics")
9191
92-
using InteractiveUtilities
93-
InteractiveUtilities.versioninfo()
92+
using InteractiveUtils
93+
InteractiveUtils.versioninfo()
9494
9595
println("+++ :julia: Running tests")
9696
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
@@ -115,8 +115,8 @@ steps:
115115
Pkg.add("pocl_jll")
116116
Pkg.develop(path="lib/intrinsics")
117117
118-
using InteractiveUtilities
119-
InteractiveUtilities.versioninfo()
118+
using InteractiveUtils
119+
InteractiveUtils.versioninfo()
120120
121121
println("+++ :julia: Running tests")
122122
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'

0 commit comments

Comments
 (0)