andreped commited on
Commit
356eb52
·
1 Parent(s): 9f1a22d

fix find links pattern

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: ls -haltr && pip install --find-links=${{github.workspace}} 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-*.whl
55
 
56
  - name: Test CLI
57
  run: livermask --help