File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@main
1818
19+ - name : Deps
20+ # git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
21+ # homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
22+ run : |
23+ brew unlink pkg-config
24+ brew install aspcud openblas
25+
1926 - name : Use OCaml
2027 uses : ocaml/setup-ocaml@v2
2128 with :
2431 # *.opam
2532 dune-cache : true
2633 allow-prerelease-opam : true
27-
28- - name : Deps
29- # git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
30- run : brew install aspcud openblas
3134
3235 - name : OCaml Deps
3336 run : opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy
3841 - name : Run tests
3942 run : |
4043 opam install owl-base
41- opam exec -- dune runtest -j 1 --no-buffer -p owl
44+ opam exec -- dune runtest -j 1 --no-buffer -p owl
You can’t perform that action at this time.
0 commit comments