Skip to content
Snippets Groups Projects

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

Merged Yannick DAYER requested to merge conda-fix into master
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
+ 16
0
@@ -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]
Loading