Skip to content
Snippets Groups Projects
Verified Commit 8aa916f2 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta (conda): add back the "bob" commands tests.

parent 7b40a544
No related branches found
No related tags found
1 merge request!324meta (conda): fix the entry-points not being created correctly with conda
Pipeline #79915 passed
...@@ -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