Skip to content

Commit

Permalink
fixing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 6, 2024
1 parent 6b0204e commit f00f224
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- name: OCaml Deps
run: opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy odoc

- name: Compile Owl, install, and run test
run: |
opam exec -- dune build @install
opam exec -- dune runtest -j 1 --no-buffer -p owl
- name: Compile Owl, install
run: opam exec -- dune build @install

- name: Run tests
run: opam exec -- dune runtest -j 1 --no-buffer -p owl

- name: Build doc
run: |
Expand Down

0 comments on commit f00f224

Please sign in to comment.