Ensure dependencies for french_law are as tight as possible

See related patch in french_law: running `npm install` would bring in the whole
bs platform, including the recompilation of a full OCaml compiler which takes
>30min on our small runners. In fact for the purpose here, it's not needed so
restrict to just the smallest js requirements.
This commit is contained in:
Louis Gesbert 2024-01-18 16:17:14 +01:00
parent c006c3343e
commit e676d02055

View File

@ -90,7 +90,7 @@ jobs:
- name: Build french-law
run: |
cd ~/french-law
opam --cli=2.1 exec -- make dependencies-js dependencies-python
opam --cli=2.1 exec -- make dependencies
opam --cli=2.1 exec -- make all
- name: Gather all artifacts
run: |