andreped commited on
Commit
b83b063
1 Parent(s): 33e217b

inference workflow runs successfully across all operating systems. Added --vessels to test chainer on the cloud

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +1 -3
.github/workflows/build.yaml CHANGED
@@ -51,9 +51,7 @@ jobs:
51
 
52
  - name: Test inference
53
  run: |
54
- ls
55
- livermask --input samples/test-volume.nii --output test-output --verbose
56
- ls
57
 
58
  - name: Upload Python wheel
59
  uses: actions/upload-artifact@v2
 
51
 
52
  - name: Test inference
53
  run: |
54
+ livermask --input samples/test-volume.nii --output test-output --verbose --vessels
 
 
55
 
56
  - name: Upload Python wheel
57
  uses: actions/upload-artifact@v2