Skip to content

Commit ef10777

Browse files
committed
fix CI?
1 parent 63a9e01 commit ef10777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
# This is necessary since the tests are likely to fail otherwise, given that all
4949
# the libs haven't been registered yet.
5050
- name: "Develop the libraries since they haven't been registered yet"
51+
shell: julia --project=. {0}
5152
run: |
5253
import Pkg
5354
Pkg.Registry.update()
5455
# Install packages present in subdirectories
5556
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")));
5758
Pkg.instantiate()
58-
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=. {0}
5959
- name: Clone Downstream
6060
uses: actions/checkout@v4
6161
with:

0 commit comments

Comments
 (0)