use an opam pin in CI

This commit is contained in:
Simon Cruanes 2026-01-17 09:58:49 -05:00
parent 26e70ed1af
commit ee144aec22
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -42,8 +42,8 @@ jobs:
allow-prerelease-opam: true
- run: |
opam pin pbrt 4.0 -y -n
opam install pbrt -y
opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#simon/full-refactor-open-sum-types-no-more-manual-spans -y -n
opam install pbrt 4.0 -y
# We cannot install packages that need eio on ocaml versions before 5
- run: |