andreped commited on
Commit
14251ef
1 Parent(s): 2e2a892

wrong intent

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +4 -4
.github/workflows/build.yaml CHANGED
@@ -11,9 +11,9 @@ jobs:
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
 
 
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