We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0896af + fc806bf commit 9122572Copy full SHA for 9122572
test/runtests.jl
@@ -1,6 +1,10 @@
1
using Test, TensorInference, Documenter, Pkg
2
3
-Pkg.Artifacts.ensure_all_artifacts_installed("Artifacts.toml")
+artifacts_toml = "Artifacts.toml"
4
+artifacts = Pkg.Artifacts.select_downloadable_artifacts(artifacts_toml)
5
+for name in keys(artifacts)
6
+ Pkg.Artifacts.ensure_artifact_installed(name, artifacts[name], artifacts_toml)
7
+end
8
9
@testset "inference" begin
10
include("inference.jl")
0 commit comments