Quick fix for test deps in the CI
This commit is contained in:
parent
b27bb84861
commit
c92860df1c
@ -37,7 +37,7 @@ RUN opam exec -- ./tezos/scripts/install_build_deps.sh || \
|
|||||||
echo ; \
|
echo ; \
|
||||||
opam remote add default https://opam.ocaml.org/2.0 && \
|
opam remote add default https://opam.ocaml.org/2.0 && \
|
||||||
opam exec -- ./tezos/scripts/install_build_deps.sh )
|
opam exec -- ./tezos/scripts/install_build_deps.sh )
|
||||||
RUN opam install --yes ocp-indent alcotest-lwt
|
RUN opam install --yes ocp-indent alcotest.0.8.3 alcotest-lwt
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
tar -c $dependencies | tar -C "$tmp_dir" -x
|
tar -c $dependencies | tar -C "$tmp_dir" -x
|
||||||
|
Loading…
Reference in New Issue
Block a user