andreped commited on
Commit
5b7f94e
1 Parent(s): 2065ebe
Files changed (1) hide show
  1. .github/workflows/build.yml +3 -3
.github/workflows/build.yml CHANGED
@@ -35,7 +35,7 @@ jobs:
35
  strategy:
36
  # max-parallel: 10
37
  matrix:
38
- os: [ ubuntu-20.04 ] #[ windows-2019, ubuntu-20.04, macos-11 ]
39
  python-version: [ 3.7 ]
40
 
41
  steps:
@@ -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-*.whl
55
 
56
  - name: Test CLI
57
  run: livermask --help
@@ -88,7 +88,7 @@ jobs:
88
 
89
  - name: Install wheel
90
  run: |
91
- pip3 install --find-links=${{github.workspace}} livermask
92
 
93
  - name: Download test sample
94
  run: |
 
35
  strategy:
36
  # max-parallel: 10
37
  matrix:
38
+ os: [ windows-2019, ubuntu-20.04, macos-11 ]
39
  python-version: [ 3.7 ]
40
 
41
  steps:
 
51
  name: "Python wheel"
52
 
53
  - name: Install wheel
54
+ run: pip install --find-links=${{github.workspace}} livermask-*.whl
55
 
56
  - name: Test CLI
57
  run: livermask --help
 
88
 
89
  - name: Install wheel
90
  run: |
91
+ pip3 install --find-links=${{github.workspace}} livermask-*.whl
92
 
93
  - name: Download test sample
94
  run: |