We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051f0c5 commit 3b9d59bCopy full SHA for 3b9d59b
1 file changed
.github/workflows/ci_mrioperators.yml
@@ -50,6 +50,10 @@ jobs:
50
run: |
51
using Pkg
52
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")])
57
- uses: julia-actions/julia-buildpkg@v1
58
- name: Run MRIOperators tests
59
shell: julia --color=yes --project=. {0}
0 commit comments