added some debug prompts
Browse files
.github/workflows/build.yml
CHANGED
@@ -87,7 +87,12 @@ jobs:
|
|
87 |
name: "Python wheel"
|
88 |
|
89 |
- name: Install wheel
|
90 |
-
run:
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
- name: Download test sample
|
93 |
run: |
|
|
|
87 |
name: "Python wheel"
|
88 |
|
89 |
- name: Install wheel
|
90 |
+
run: |
|
91 |
+
python -V
|
92 |
+
python3 -V
|
93 |
+
pip -V
|
94 |
+
pip3 -V
|
95 |
+
pip install --find-links=${{github.workspace}} livermask
|
96 |
|
97 |
- name: Download test sample
|
98 |
run: |
|