build for python 3.7
Browse files
.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@
|
|
|
|
|
|
|
|
|
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}}
|