Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
after_script: |
startGroup "Test dependants"
PINS=$(opam list -s --pinned --columns=package | xargs | tr ' ' ,)
PACKAGES=`opam list -s --depends-on coq-itree --coinstallable-with $PINS`
PACKAGES="coq-ctree coq-itree-extra coq-itree-io "
for PACKAGE in $PACKAGES
do DEPS_FAILED=false
opam install -y --deps-only $PACKAGE || DEPS_FAILED=true
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fullname: Interaction Trees
shortname: itree
organization: DeepSpec
action: true
ci_test_dependants: true
ci_test_dependants: ['coq-ctree', 'coq-itree-extra', 'coq-itree-io']
dune: true
tested_coq_opam_versions:
- version: '8.14'
Expand Down
Loading