Skip to content

Commit ca6887a

Browse files
committed
ci: Use allow-list of dependants
1 parent 3553666 commit ca6887a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
after_script: |
3737
startGroup "Test dependants"
3838
PINS=$(opam list -s --pinned --columns=package | xargs | tr ' ' ,)
39-
PACKAGES=`opam list -s --depends-on coq-itree --coinstallable-with $PINS`
39+
PACKAGES="coq-ctree coq-itree-extra coq-itree-io "
4040
for PACKAGE in $PACKAGES
4141
do DEPS_FAILED=false
4242
opam install -y --deps-only $PACKAGE || DEPS_FAILED=true

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fullname: Interaction Trees
22
shortname: itree
33
organization: DeepSpec
44
action: true
5-
ci_test_dependants: true
5+
ci_test_dependants: ['coq-ctree', 'coq-itree-extra', 'coq-itree-io']
66
dune: true
77
tested_coq_opam_versions:
88
- version: '8.14'

0 commit comments

Comments
 (0)