Skip to content

Commit

Permalink
Fix dependencies handling in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Aug 16, 2023
1 parent 0754b1f commit d484a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/master.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/master_docker.yml
Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Installing dependencies
run: |
opam pin add zanuda ./ -n
opam depext zanuda -y
opam pin add ./ -n
opam depext zanuda reviewer -y
opam install . --deps-only --with-test --with-doc
- name: Building...
Expand Down

0 comments on commit d484a16

Please sign in to comment.