Skip to content

Commit

Permalink
remove opam-depext-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Oct 9, 2024
1 parent 4a919a2 commit eca69c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
dune-cache: true
opam-depext-flags: "--with-test"
allow-prerelease-opam: true

- run: opam install . --deps-only --with-test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
ocaml-compiler: "5.2"
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true

- name: Install dependencies
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
ocaml-compiler: 5.2
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true

- name: Lint fmt
Expand All @@ -33,7 +32,6 @@ jobs:
with:
ocaml-compiler: 5.2
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true

- name: Lint opam
Expand All @@ -50,7 +48,6 @@ jobs:
with:
ocaml-compiler: 5.2
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true

- name: Lint doc
Expand Down

0 comments on commit eca69c7

Please sign in to comment.