We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3553666 commit ca6887aCopy full SHA for ca6887a
.github/workflows/docker-action.yml
@@ -36,7 +36,7 @@ jobs:
36
after_script: |
37
startGroup "Test dependants"
38
PINS=$(opam list -s --pinned --columns=package | xargs | tr ' ' ,)
39
- PACKAGES=`opam list -s --depends-on coq-itree --coinstallable-with $PINS`
+ PACKAGES="coq-ctree coq-itree-extra coq-itree-io "
40
for PACKAGE in $PACKAGES
41
do DEPS_FAILED=false
42
opam install -y --deps-only $PACKAGE || DEPS_FAILED=true
meta.yml
@@ -2,7 +2,7 @@ fullname: Interaction Trees
2
shortname: itree
3
organization: DeepSpec
4
action: true
5
-ci_test_dependants: true
+ci_test_dependants: ['coq-ctree', 'coq-itree-extra', 'coq-itree-io']
6
dune: true
7
tested_coq_opam_versions:
8
- version: '8.14'
0 commit comments