There was an error while loading. Please reload this page.
1 parent 8f8de5d commit f1d1a19Copy full SHA for f1d1a19
2 files changed
.github/workflows/test.yml
@@ -12,11 +12,11 @@ jobs:
12
- 4.14.2
13
14
steps:
15
- - uses: actions/checkout@v2
16
- - uses: ocaml/setup-ocaml@v2
+ - uses: actions/checkout@v4
+ - uses: ocaml/setup-ocaml@v3
17
with:
18
ocaml-compiler: ${{matrix.ocaml}}
19
- - run: sudo apt-get install python-bs4
+ - run: sudo apt-get install python3-bs4
20
- run: opam install --deps-only --with-test . --yes
21
- run: opam install js_of_ocaml --yes
22
markup.opam
@@ -18,6 +18,8 @@ depends: [
"uutf" {>= "1.0.0"}
"bisect_ppx" {dev & >= "2.5.0"}
+ "containers" {with-test}
+ "devkit" {with-test}
23
"ounit2" {dev}
24
]
25
# Markup.ml implicitly requires OCaml 4.02.3, as this is a contraint of Dune.
0 commit comments