We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184e657 commit 72e7154Copy full SHA for 72e7154
1 file changed
DifferentiationInterface/test/GPU/CUDA/main.jl
@@ -1,6 +1,7 @@
1
@info "Testing on CUDA"
2
using Pkg
3
-Pkg.add(["CUDA", "DifferentiationInterface"])
+Pkg.add("CUDA")
4
+Pkg.develop(PackageSpec(; path="./DifferentiationInterface"))
5
using Test
6
7
@testset verbose = true "Simple" begin
0 commit comments