Skip to content

Commit

Permalink
Dont use automatic pin or depext
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Jun 3, 2024
1 parent d4b51af commit 1993215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false
opam-depext: false

- run: opam pin . --no-action
- run: opam depext aws-s3 aws-s3-${{ matrix.concurrency }} --yes --with-doc --with-test
Expand Down

0 comments on commit 1993215

Please sign in to comment.