Skip to content

Commit

Permalink
Remove depext commands
Browse files Browse the repository at this point in the history
They don't seem to be used anyways
  • Loading branch information
tmattio committed Sep 8, 2020
1 parent 1b953ce commit d473070
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ jobs:
with:
ocaml-version: ${{ matrix.ocaml-version }}

- name: Pin opium_kernel package
run: opam pin add opium_kernel.dev . --no-action

- name: Pin opium package
run: opam pin add opium.dev . --no-action

- name: Query and install external dependencies for opium_kernel
run: opam depext opium --yes --with-doc --with-test

- name: Query and install external dependencies for opium
run: opam depext opium --yes --with-doc --with-test

- name: Install dependencies
if: steps.cache-opam.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit d473070

Please sign in to comment.