Skip to content

Commit 4d4b17e

Browse files
committed
ci: disable --with-doc (dependency cycle)
1 parent e57b00c commit 4d4b17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929

3030
- run: sudo apt update
3131
- run: opam depext monorobot --yes
32-
- run: opam depext monorobot --yes --with-doc
32+
# https://github.com/ocaml/opam-repository/issues/16663
33+
# - run: opam depext monorobot --yes --with-doc
3334
- run: opam depext monorobot --yes --with-test
3435

3536
- run: opam install . --deps-only --with-doc --with-test

0 commit comments

Comments
 (0)