inference workflow runs successfully across all operating systems. Added --vessels to test chainer on the cloud
Browse files
.github/workflows/build.yaml
CHANGED
@@ -51,9 +51,7 @@ jobs:
|
|
51 |
|
52 |
- name: Test inference
|
53 |
run: |
|
54 |
-
|
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
|