File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3636 Pkg.add("pocl_jll")
3737 Pkg.develop(path="lib/intrinsics")
3838
39- versioninfo()
39+ using InteractiveUtilities
40+ InteractiveUtilities.versioninfo()
4041
4142 println("+++ :julia: Running tests")
4243 Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
6162 Pkg.add("pocl_jll")
6263 Pkg.develop(path="lib/intrinsics")
6364
64- versioninfo()
65+ using InteractiveUtilities
66+ InteractiveUtilities.versioninfo()
6567
6668 println("+++ :julia: Running tests")
6769 Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
8789 Pkg.add("pocl_jll")
8890 Pkg.develop(path="lib/intrinsics")
8991
90- versioninfo()
92+ using InteractiveUtilities
93+ InteractiveUtilities.versioninfo()
9194
9295 println("+++ :julia: Running tests")
9396 Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
@@ -112,7 +115,8 @@ steps:
112115 Pkg.add("pocl_jll")
113116 Pkg.develop(path="lib/intrinsics")
114117
115- versioninfo()
118+ using InteractiveUtilities
119+ InteractiveUtilities.versioninfo()
116120
117121 println("+++ :julia: Running tests")
118122 Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
You can’t perform that action at this time.
0 commit comments