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

changed to pre-release of gdown and disabled cookies

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -2
.github/workflows/build.yml CHANGED
@@ -58,10 +58,10 @@ jobs:
58
 
59
  - name: Download test data
60
  run: |
61
- pip install gdown
62
  mkdir samples
63
  cd samples
64
- gdown https://drive.google.com/uc?id=1EBU130MSupgrux-VXz2i1tY2P6kKng5w
65
  ls
66
 
67
  - name: Test CLI
 
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
65
  ls
66
 
67
  - name: Test CLI