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

wrong path

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +1 -1
.github/workflows/build.yaml CHANGED
@@ -52,7 +52,7 @@ jobs:
52
  - name: Test inference
53
  run: |
54
  ls
55
- livermask --input test-volume.nii --output test-output
56
  ls
57
 
58
  - name: Upload Python wheel
 
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