Skip to content

Commit

Permalink
Merge pull request #210 from MagneticResonanceImaging/fix_doc_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier authored Dec 11, 2024
2 parents 29af5ed + a72b491 commit f7dc6f2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,26 +76,16 @@ jobs:
with:
version: '1'
- name: Install subpackages
shell: julia --color=yes --project=. {0}
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")
, PackageSpec(path=pwd(), subdir="MRIOperators")
, PackageSpec(path=pwd(), subdir="MRICoilSensitivities")])
- run: |
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(PackageSpec(path=pwd(), subdir="MRIBase"))
Pkg.add(PackageSpec(path=pwd(), subdir="MRIFiles"))
Pkg.add(PackageSpec(path=pwd(), subdir="MRISampling"))
Pkg.add(PackageSpec(path=pwd(), subdir="MRISimulation"))
Pkg.add(PackageSpec(path=pwd(), subdir="MRIOperators"))
Pkg.add(PackageSpec(path=pwd(), subdir="MRICoilSensitivities"))
Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: doctest
Expand Down

0 comments on commit f7dc6f2

Please sign in to comment.