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 4c5bf2a commit a72b491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
shell: julia --color=yes --project=docs {0}
run: |
using Pkg
Pkg.develop([PackageSpec(path=pwd())]
, 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 a72b491

Please sign in to comment.