Fixed typo in CI whl step
Browse files
.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
|