wrong path
Browse files
.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
|