File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
# This is necessary since the tests are likely to fail otherwise, given that all
49
49
# the libs haven't been registered yet.
50
50
- name : " Develop the libraries since they haven't been registered yet"
51
+ shell : julia --project=. {0}
51
52
run : |
52
53
import Pkg
53
54
Pkg.Registry.update()
54
55
# Install packages present in subdirectories
55
56
dev_pks = Pkg.PackageSpec[]
56
- Pkg.develop(map(path -> Pkg.PackageSpec.(;path="$(@__DIR__) /lib/$(path)"), readdir("./lib")));
57
+ Pkg.develop(map(path -> Pkg.PackageSpec.(;path="/lib/$(path)"), readdir("./lib")));
57
58
Pkg.instantiate()
58
- shell : julia --color=yes --code-coverage=user --depwarn=yes --project=. {0}
59
59
- name : Clone Downstream
60
60
uses : actions/checkout@v4
61
61
with :
You can’t perform that action at this time.
0 commit comments