Skip to content

Commit 44f7b3d

Browse files
committed
Update buildkite config
1 parent d4bd704 commit 44f7b3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ steps:
7171
rocmgpu: "*"
7272
command:
7373
- julia -e """
74-
using TOML
75-
conf = TOML.parse(read(\"Project.toml\", String))
76-
push!(conf[\"targets\"][\"test\"], \"AMDGPU\")
77-
open(io -> TOML.print(io, conf), \"Project.toml\", \"w\")
74+
using TOML;
75+
conf = TOML.parse(read(\"Project.toml\", String));
76+
push!(conf[\"targets\"][\"test\"], \"AMDGPU\");
77+
open(io -> TOML.print(io, conf), \"Project.toml\", \"w\");
7878
"""
7979
timeout_in_minutes: 30
8080
env:

0 commit comments

Comments
 (0)