Skip to content

Commit 03573d7

Browse files
committed
Remove opam depext dependency
1 parent e13741d commit 03573d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- uses: ocaml/setup-ocaml@v3
3434
with:
3535
ocaml-compiler: ${{ matrix.ocaml-compiler }}
36-
- run: opam pin -n .
37-
- run: opam depext -yt qcheck qcheck-core qcheck-ounit qcheck-alcotest
38-
- run: opam install -t . --deps-only
36+
- run: opam install . --deps-only --with-test
3937
- run: opam exec -- dune build
4038
- run: opam exec -- dune runtest
4139
if: ${{ matrix.os != 'windows-latest'}}

0 commit comments

Comments
 (0)