Skip to content

Commit 6b0204e

Browse files
committed
editing...
1 parent 4dad4af commit 6b0204e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/main.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ jobs:
2525
dune-cache: true
2626
allow-prerelease-opam: true
2727

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+
2832
- name: OCaml Deps
2933
run: opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy odoc
3034

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
3339
3440
- name: Build doc
3541
run: |
@@ -43,8 +49,3 @@ jobs:
4349
github_token: ${{ secrets.GITHUB_TOKEN }}
4450
publish_dir: ./docs
4551
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

0 commit comments

Comments
 (0)