python3 for macOS build
Browse files
.github/workflows/build.yml
CHANGED
@@ -92,11 +92,11 @@ jobs:
|
|
92 |
python3 -V
|
93 |
pip -V
|
94 |
pip3 -V
|
95 |
-
|
96 |
|
97 |
- name: Download test sample
|
98 |
run: |
|
99 |
-
|
100 |
mkdir samples
|
101 |
cd samples
|
102 |
gdown https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3
|
|
|
92 |
python3 -V
|
93 |
pip -V
|
94 |
pip3 -V
|
95 |
+
pip3 install --find-links=${{github.workspace}} livermask
|
96 |
|
97 |
- name: Download test sample
|
98 |
run: |
|
99 |
+
pip3 install gdown==4.4.0
|
100 |
mkdir samples
|
101 |
cd samples
|
102 |
gdown https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3
|