Skip to content

Commit f1d1a19

Browse files
author
Simon Cruanes
committed
fix: CI: install missing opam deps
1 parent 8f8de5d commit f1d1a19

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- 4.14.2
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: ocaml/setup-ocaml@v2
15+
- uses: actions/checkout@v4
16+
- uses: ocaml/setup-ocaml@v3
1717
with:
1818
ocaml-compiler: ${{matrix.ocaml}}
19-
- run: sudo apt-get install python-bs4
19+
- run: sudo apt-get install python3-bs4
2020
- run: opam install --deps-only --with-test . --yes
2121
- run: opam install js_of_ocaml --yes
2222

markup.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ depends: [
1818
"uutf" {>= "1.0.0"}
1919

2020
"bisect_ppx" {dev & >= "2.5.0"}
21+
"containers" {with-test}
22+
"devkit" {with-test}
2123
"ounit2" {dev}
2224
]
2325
# Markup.ml implicitly requires OCaml 4.02.3, as this is a contraint of Dune.

0 commit comments

Comments
 (0)