andreped commited on
Commit
6df05bf
1 Parent(s): bd25020

added some debug prompts

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +6 -1
.github/workflows/build.yml CHANGED
@@ -87,7 +87,12 @@ jobs:
87
  name: "Python wheel"
88
 
89
  - name: Install wheel
90
- run: pip install --find-links=${{github.workspace}} livermask
 
 
 
 
 
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: |