Skip to content
Snippets Groups Projects
Commit fa3c6444 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

CI: don't remove dependencies of coq-mathcomp-zify

coq-mathcomp-algebra and coq-mathcomp-fingroup re-installed when
installing coq-mathcomp-zify, so don't remove them in the first place
parent 0254d72b
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ stages: ...@@ -21,7 +21,7 @@ stages:
stage: build stage: build
script: script:
- opam update -y - opam update -y
- opam remove -y coq-mathcomp-algebra coq-mathcomp-character coq-mathcomp-field coq-mathcomp-fingroup coq-mathcomp-solvable # Check coq-mathcomp-ssreflect is enough - opam remove -y coq-mathcomp-character coq-mathcomp-field coq-mathcomp-solvable # Check coq-mathcomp-ssreflect is enough
- opam pin add -n -y -k path coq-prosa . - opam pin add -n -y -k path coq-prosa .
- opam install -y -v -j ${NJOBS} coq-prosa - opam install -y -v -j ${NJOBS} coq-prosa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment