Skip to content

Commit

Permalink
Don't use Pkg in runtests.jl (#1143)
Browse files Browse the repository at this point in the history
* Don't use Pkg in runtests.jl

* Update Project.toml
  • Loading branch information
vchuravy authored Nov 10, 2023
1 parent fb5b0ec commit 922dda3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a"
Enzyme_jll = "7cc45869-7501-5eee-bdea-0790c847d4ef"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
Expand Down
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ if isfile(preferences_file) && !isfile(test_preferences_file)
end
end

# work around https://github.com/JuliaLang/Pkg.jl/issues/1585
using Pkg
Pkg.develop(PackageSpec(; path=joinpath(dirname(@__DIR__), "lib", "EnzymeTestUtils")))
# # work around https://github.com/JuliaLang/Pkg.jl/issues/1585
# using Pkg
# Pkg.develop(PackageSpec(; path=joinpath(dirname(@__DIR__), "lib", "EnzymeTestUtils")))

using GPUCompiler
using Enzyme
Expand Down

0 comments on commit 922dda3

Please sign in to comment.