wrong intent
Browse files
.github/workflows/build.yaml
CHANGED
@@ -11,9 +11,9 @@ jobs:
|
|
11 |
steps:
|
12 |
- uses: actions/checkout@v2
|
13 |
|
14 |
-
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
|
19 |
|
|
|
11 |
steps:
|
12 |
- uses: actions/checkout@v2
|
13 |
|
14 |
+
- name: Install program
|
15 |
+
run: pip install git+https://github.com/andreped/livermask.git
|
16 |
|
17 |
+
- name: Test CLI
|
18 |
+
run: livermask --help
|
19 |
|