File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
uses : avsm/setup-ocaml@v2
29
29
with :
30
30
ocaml-compiler : ${{ matrix.ocaml-compiler }}
31
- dune-cache : true
32
31
opam-local-packages : |
33
32
*.opam
34
- !owl-ode-sundials.opam
35
-
36
- - run : cp ".github/sandbox_exec.sh" "$HOME/.opam/opam-init/hooks/sandbox.sh"
37
- if : ${{ matrix.os == 'macos-latest' }}
38
33
39
34
- run : opam depext owl-ode-base owl-ode owl-ode-odepack --with-test
40
35
48
43
opam exec -- dune build -p owl-ode
49
44
opam exec -- dune runtest -p owl-ode
50
45
46
+ - run : |
47
+ opam install owl-ode-sundials --yes --deps-only --with-test
48
+ opam exec -- dune build -p owl-ode-sundials
49
+ opam exec -- dune runtest -p owl-ode-sundials
50
+
51
51
- run : |
52
52
opam install owl-ode-odepack --yes --deps-only --with-test
53
53
opam exec -- dune build -p owl-ode-odepack
You can’t perform that action at this time.
0 commit comments