andreped commited on
Commit
fe1e8bc
·
1 Parent(s): 657eced

build for python 3.7

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +5 -1
.github/workflows/build.yaml CHANGED
@@ -24,7 +24,11 @@ jobs:
24
  TARGET: windows
25
  CMD_BUILD: pip install git+https://github.com/andreped/livermask.git
26
  steps:
27
- - uses: actions/checkout@v2
 
 
 
 
28
 
29
  - name: Install program for ${{matrix.TARGET}}
30
  run: ${{matrix.CMD_BUILD}}
 
24
  TARGET: windows
25
  CMD_BUILD: pip install git+https://github.com/andreped/livermask.git
26
  steps:
27
+ - uses: actions/checkout@v1
28
+ - name: Set up Python 3.7
29
+ uses: actions/setup-python@v2
30
+ with:
31
+ python-version: 3.7
32
 
33
  - name: Install program for ${{matrix.TARGET}}
34
  run: ${{matrix.CMD_BUILD}}