Commit 6b0204e 1 parent 4dad4af commit 6b0204e Copy full SHA for 6b0204e
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,17 @@ jobs:
25
25
dune-cache : true
26
26
allow-prerelease-opam : true
27
27
28
+ - name : Deps
29
+ # run: sudo apt-get install git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
30
+ run : sudo apt-get install aspcud libshp-dev libopenblas-dev liblapacke-dev
31
+
28
32
- name : OCaml Deps
29
33
run : opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy odoc
30
34
31
- - name : Deps
32
- run : sudo apt-get install git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
35
+ - name : Compile Owl, install, and run test
36
+ run : |
37
+ opam exec -- dune build @install
38
+ opam exec -- dune runtest -j 1 --no-buffer -p owl
33
39
34
40
- name : Build doc
35
41
run : |
43
49
github_token : ${{ secrets.GITHUB_TOKEN }}
44
50
publish_dir : ./docs
45
51
destination_dir : .
46
-
47
- - name : Compile Owl, install, and run test
48
- run : |
49
- opam exec -- dune build @install
50
- opam exec -- dune runtest -j 1 --no-buffer -p owl
You can’t perform that action at this time.
0 commit comments