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.
1 parent e899da9 commit 246aa0cCopy full SHA for 246aa0c
.ci/test.jl
@@ -3,12 +3,12 @@ import Pkg
3
const GROUP = get(ENV, "GROUP", "All")
4
5
function dev_subpkg(subpkg)
6
- subpkg_path = joinpath(dirname(@__DIR__), "lib", subpkg)
+ subpkg_path = joinpath("lib", subpkg)
7
Pkg.develop(Pkg.PackageSpec(path=subpkg_path))
8
end
9
10
function activate_subpkg_env(subpkg)
11
12
Pkg.activate(subpkg_path)
13
14
Pkg.instantiate()
0 commit comments