From 8a6af54c0735fe13727ab33e212db8aba371fb04 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 20 Nov 2024 10:15:24 -0500 Subject: [PATCH] chore: apply formatting suggestion Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 80244e6e1..2ee073173 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -44,7 +44,7 @@ if (BACKEND_GROUP == "all" || BACKEND_GROUP == "cuda") end end (BACKEND_GROUP == "all" || BACKEND_GROUP == "amdgpu") && - push!(EXTRA_PKGS, Pkg.PackageSpec("AMDGPU", version=v"1.0.4")) + push!(EXTRA_PKGS, Pkg.PackageSpec("AMDGPU"; version=v"1.0.4")) if !isempty(EXTRA_PKGS) || !isempty(EXTRA_DEV_PKGS) @info "Installing Extra Packages for testing" EXTRA_PKGS EXTRA_DEV_PKGS