Skip to content

perf(ci): remove install deps step#48

Open
KunJeong wants to merge 1 commit into
mainfrom
chore/ci-cache
Open

perf(ci): remove install deps step#48
KunJeong wants to merge 1 commit into
mainfrom
chore/ci-cache

Conversation

@KunJeong

Copy link
Copy Markdown
Collaborator

Motivation

opam install . --deps-only --locked takes 3~4 minutes on every run, presumably overwriting setup-ocaml's builtin cache.

Scope

The explicit installation step is dropped, trusting setup-ocaml for the installation instead for better caching.

`opam install . --deps-only --locked` takes 3~4 minutes on every run,
presumably overwriting setup-ocaml's builtin cache. The explicit
installation step is dropped, trusting setup-ocaml for the
installation instead for better caching.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant