Skip to content

Commit

Permalink
use opam, not dune
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Dec 19, 2023
1 parent 7037dbd commit 9e953f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- name: Install OCaml bindings
run: opam exec -- dune build -p libdash @install
- name: Install and test OCaml bindings
run: opam install --with-test --working-dir .

- name: Test OCaml bindings
run: opam exec -- dune build -p libdash @test

# we don't reuse the wheels so that all of the CI runs can happen concurrently
- name: Install Python directly
run: sudo pip3 install .
Expand Down

0 comments on commit 9e953f6

Please sign in to comment.