andreped commited on
Commit
4b282a9
1 Parent(s): 53a9f17

try recent release of gdown

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -2
.github/workflows/build.yml CHANGED
@@ -56,9 +56,9 @@ jobs:
56
  - name: Install software
57
  run: pip install --find-links=${{github.workspace}} lungtumormask
58
 
59
- - name: Download test data
60
  run: |
61
- pip install -U --no-cache-dir gdown --pre
62
  mkdir samples
63
  cd samples
64
  gdown --no-cookies https://drive.google.com/uc?id=1EBU130MSupgrux-VXz2i1tY2P6kKng5w
 
56
  - name: Install software
57
  run: pip install --find-links=${{github.workspace}} lungtumormask
58
 
59
+ - name: Download test data
60
  run: |
61
+ pip install --upgrade --no-cache-dir gdown
62
  mkdir samples
63
  cd samples
64
  gdown --no-cookies https://drive.google.com/uc?id=1EBU130MSupgrux-VXz2i1tY2P6kKng5w