andreped commited on
Commit
df1d210
·
1 Parent(s): 535a570

test find links

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -51,7 +51,7 @@ jobs:
51
  name: "Python wheel"
52
 
53
  - name: Install wheel
54
- run: pip install --find-links=${{github.workspace}}/Python\ wheel livermask
55
 
56
  - name: Test CLI
57
  run: livermask --help
 
51
  name: "Python wheel"
52
 
53
  - name: Install wheel
54
+ run: ls -haltr && pip install --find-links=${{github.workspace}} livermask
55
 
56
  - name: Test CLI
57
  run: livermask --help