Skip to content

Commit 3b9d59b

Browse files
authored
Try fix MRIOperators ci
1 parent 051f0c5 commit 3b9d59b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci_mrioperators.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
using Pkg
5252
Pkg.develop([PackageSpec(path=pwd(), subdir="MRIOperators")])
53+
# Hack, MRIOperators tests depend on MRISimulation
54+
# And MRISimulation depends on MRIOperators
55+
# Can't checkout out latest release if compat breaks
56+
Pkg.develop([PackageSpec(path=pwd(), subdir="MRISimulation")])
5357
- uses: julia-actions/julia-buildpkg@v1
5458
- name: Run MRIOperators tests
5559
shell: julia --color=yes --project=. {0}

0 commit comments

Comments
 (0)