Skip to content

Commit d1663cf

Browse files
committed
Remove opam-depext-flags from ocaml/setup-ocaml@v3
It has been removed now and didn't work anyway.
1 parent dd2932f commit d1663cf

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
uses: ocaml/setup-ocaml@v3
3939
with:
4040
ocaml-compiler: ${{ matrix.ocaml-compiler }}
41-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
4241

4342
- name: Install graph-easy # TODO: remove if depext --with-test works
4443
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/locked.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
uses: ocaml/setup-ocaml@v3
4141
with:
4242
ocaml-compiler: ${{ matrix.ocaml-compiler }}
43-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
4443

4544
- name: Install graph-easy # TODO: remove if depext --with-test works
4645
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -90,7 +89,6 @@ jobs:
9089
uses: ocaml/setup-ocaml@v3
9190
with:
9291
ocaml-compiler: ${{ matrix.ocaml-compiler }}
93-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
9492

9593
- name: Install graph-easy # TODO: remove if depext --with-test works
9694
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/unlocked.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: ocaml/setup-ocaml@v3
4949
with:
5050
ocaml-compiler: ${{ matrix.ocaml-compiler }}
51-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
5251

5352
- name: Install graph-easy # TODO: remove if depext --with-test works
5453
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -109,7 +108,6 @@ jobs:
109108
uses: ocaml/setup-ocaml@v3
110109
with:
111110
ocaml-compiler: ${{ matrix.ocaml-compiler }}
112-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
113111

114112
- name: Install graph-easy # TODO: remove if depext --with-test works
115113
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -202,7 +200,6 @@ jobs:
202200
uses: ocaml/setup-ocaml@v3
203201
with:
204202
ocaml-compiler: ${{ matrix.ocaml-compiler }}
205-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
206203

207204
- name: Install graph-easy # TODO: remove if depext --with-test works
208205
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)