Skip to content

Commit

Permalink
editing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 6, 2024
1 parent 4dad4af commit 6b0204e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,17 @@ jobs:
dune-cache: true
allow-prerelease-opam: true

- name: Deps
# run: sudo apt-get install git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
run: sudo apt-get install aspcud libshp-dev libopenblas-dev liblapacke-dev

- name: OCaml Deps
run: opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy odoc

- name: Deps
run: sudo apt-get install git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
- name: Compile Owl, install, and run test
run: |
opam exec -- dune build @install
opam exec -- dune runtest -j 1 --no-buffer -p owl
- name: Build doc
run: |
Expand All @@ -43,8 +49,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
destination_dir: .

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

0 comments on commit 6b0204e

Please sign in to comment.