Skip to content
Snippets Groups Projects
Commit 2e69afcb authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'conda-fix' into 'master'

meta (conda): fix the entry-points not being created correctly with conda

See merge request !324
parents 7b40a544 8aa916f2
No related branches found
No related tags found
1 merge request!324meta (conda): fix the entry-points not being created correctly with conda
Pipeline #86996 failed
...@@ -55,6 +55,22 @@ test: ...@@ -55,6 +55,22 @@ test:
imports: imports:
- {{ name.replace('-','_') }} - {{ name.replace('-','_') }}
commands: commands:
- bob bio --help
- bob bio annotate --help
- bob bio metrics --help
- bob bio roc --help
- bob bio det --help
- bob bio epc --help
- bob bio hist --help
- bob bio cmc --help
- bob bio dir --help
- bob bio gen --help
- bob bio evaluate --help
- bob bio sort --help
- bob bio pipeline simple --help
- bob bio pipeline score-norm --help
- bob bio pipeline transform --help
- bob bio pipeline train --help
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment