mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Temporary: switch to unreleased version of dates_calc to avoid str dep
This commit is contained in:
parent
60b2e6f205
commit
391ecb679c
@ -25,6 +25,10 @@ RUN opam --cli=2.1 switch create catala ocaml-system && \
|
||||
# Note: just `opam switch create . --deps-only --with-test --with-doc && opam clean`
|
||||
# should be enough once opam 2.2 is released (see opam#5185)
|
||||
|
||||
# This is temporary, to avoid pulling in a dependency to Str, until it's merged
|
||||
# and release into dates_calc
|
||||
RUN opam --cli=2.1 pin dates_calc.0.0.5 git+https://github.com/AltGr/dates-calc#nostr
|
||||
|
||||
#
|
||||
# STAGE 2: get the whole repo and build
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user