Skip to content

Commit fb3da33

Browse files
committed
Trigger CI
1 parent 2ad588e commit fb3da33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ include("test_utils.jl")
2929
end
3030

3131
if get(ENV, "NNLIB_TEST_AMDGPU", "false") == "true"
32-
# Hack to add MIOpen_jll to AMDGPU.
3332
import Pkg
3433
test_info = Pkg.project()
34+
35+
# Add MIOpen_jll to AMDGPU.
3536
Pkg.develop("AMDGPU")
3637
Pkg.activate(joinpath(Pkg.devdir(), "AMDGPU"))
3738
Pkg.add("MIOpen_jll")
3839
Pkg.update()
40+
# Update test project.
3941
Pkg.activate(test_info.path)
4042
Pkg.update()
4143

0 commit comments

Comments
 (0)