Skip to content

Commit 97f9e2b

Browse files
committed
unecessary change
1 parent 1c1e299 commit 97f9e2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ jobs:
182182
183183
- name: Install OPAM dependencies
184184
if: steps.cache-opam-env.outputs.cache-hit != 'true'
185-
run: |
186-
opam install . --deps-only --with-test
185+
run: opam install . --deps-only --with-test
187186

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

0 commit comments

Comments
 (0)