File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 container :
20- image : kakadu18/ocaml:pltlab
20+ image : kakadu18/ocaml:pltools
2121 options : --user user
2222
2323 concurrency :
@@ -34,12 +34,12 @@ jobs:
3434 with :
3535 submodules : true
3636
37- - run : opam pin add ./OCanren --yes --with-test --with-doc
38- working-directory : ./src
39- - run : opam pin add ./noCanren --yes --with-test --with-doc
40- working-directory : ./src
37+ # - run: opam pin add ./OCanren --yes --with-test --with-doc
38+ # working-directory: ./src
39+ # - run: opam pin add ./noCanren --yes --with-test --with-doc
40+ # working-directory: ./src
4141
42- - run : opam install . --yes --deps-only --with-test --with-doc
42+ - run : opam install . ./OCanren ./noCanren --yes --deps-only --with-test --with-doc
4343 working-directory : ./src
4444
4545 - name : List installed dependencies...
You can’t perform that action at this time.
0 commit comments