diff --git a/.github/workflows/users.yml b/.github/workflows/users.yml index 66acd0259..7509bb4b3 100644 --- a/.github/workflows/users.yml +++ b/.github/workflows/users.yml @@ -34,7 +34,7 @@ jobs: - run: opam pin --ignore-constraints-on elpi add coq-elpi https://github.com/LPCIC/coq-elpi.git#master - run: opam pin --ignore-constraints-on elpi add rocq-stdlib https://github.com/rocq-prover/stdlib.git#master - run: opam pin --ignore-constraints-on elpi add coq-stdlib https://github.com/rocq-prover/stdlib.git#master - - run: opam pin --ignore-constraints-on elpi,coq-stdlib add coq-trocq-std https://github.com/rocq-community/trocq.git#master + #- run: opam pin --ignore-constraints-on elpi,coq-stdlib add coq-trocq-std https://github.com/rocq-community/trocq.git#master - run: opam pin --ignore-constraints-on elpi add rocq-hierarchy-builder https://github.com/math-comp/hierarchy-builder.git#master - run: opam pin --ignore-constraints-on elpi add rocq-mathcomp-boot https://github.com/math-comp/math-comp.git#master - run: opam pin --ignore-constraints-on elpi add rocq-mathcomp-order https://github.com/math-comp/math-comp.git#master