Skip to content

Commit

Permalink
Don't install test dependencies for ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Dec 15, 2020
1 parent ef31fa8 commit c18b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let install_ocamlformat =
run ~network ~cache "opam install --deps-only -y ocamlformat";
]
| Opam { version } ->
[ run ~network ~cache "opam depext -it ocamlformat=%s" version ]
[ run ~network ~cache "opam depext -i ocamlformat=%s" version ]

let fmt_spec ~base ~ocamlformat_source =
let open Obuilder_spec in
Expand Down

0 comments on commit c18b552

Please sign in to comment.