andreped commited on
Commit
e6a1525
1 Parent(s): 6ee8da2

Fixed typo in CI whl step

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -54,7 +54,7 @@ jobs:
54
  name: "Python wheel"
55
 
56
  - name: Install wheel
57
- run: pip install --find-links=. livermask-*.
58
  shell: bash
59
 
60
  - name: Test CLI
 
54
  name: "Python wheel"
55
 
56
  - name: Install wheel
57
+ run: pip install --find-links=. livermask-*
58
  shell: bash
59
 
60
  - name: Test CLI