andreped commited on
Commit
0221a28
1 Parent(s): 6df05bf

python3 for macOS build

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -2
.github/workflows/build.yml CHANGED
@@ -92,11 +92,11 @@ jobs:
92
  python3 -V
93
  pip -V
94
  pip3 -V
95
- pip install --find-links=${{github.workspace}} livermask
96
 
97
  - name: Download test sample
98
  run: |
99
- pip install gdown==4.4.0
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