Skip to content

Commit 58705c7

Browse files
committed
ci: remove --with-dev-setup
1 parent 34a5bcc commit 58705c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
- name: Install OPAM dependencies
188188
if: steps.cache-opam-env.outputs.cache-hit != 'true'
189-
run: opam install . --deps-only --with-dev-setup
189+
run: opam install . --deps-only
190190

191191
- name: Cache OPAM environment
192192
if: steps.cache-opam-env.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)