We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0ee6d commit 5dd40afCopy full SHA for 5dd40af
.github/workflows/test.yml
@@ -29,7 +29,8 @@ jobs:
29
30
- run: sudo apt update
31
- run: opam depext monorobot --yes
32
- - run: opam depext monorobot --yes --with-doc
+ # https://github.com/ocaml/opam-repository/issues/16663
33
+ # - run: opam depext monorobot --yes --with-doc
34
- run: opam depext monorobot --yes --with-test
35
36
- run: opam install . --deps-only --with-doc --with-test
0 commit comments