Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Dec 11, 2024
1 parent 5db8233 commit 4c5bf2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
shell: julia --color=yes --project=docs {0}
run: |
using Pkg
Pkg.develop([PackageSpec(path=pwd(), subdir="MRIBase")
Pkg.develop([PackageSpec(path=pwd())]
, PackageSpec(path=pwd(), subdir="MRIBase")
, PackageSpec(path=pwd(), subdir="MRIFiles")
, PackageSpec(path=pwd(), subdir="MRISampling")
, PackageSpec(path=pwd(), subdir="MRISimulation")
Expand Down

0 comments on commit 4c5bf2a

Please sign in to comment.