File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ permissions:
1111 actions : write
1212 contents : read
1313 # pull-requests: write # not needed for the moment but may be useful to create bots that comment the PR
14- env :
15- data_encrypt : ${{ secrets.data_encrypt }}
14+ # env:
15+ # data_encrypt: ${{ secrets.data_encrypt }}
1616
1717jobs :
1818 build :
7171 mkdir -p dataDownload/
7272 fileId=1SUMYw1jfQClnfv_gP0izBD8MsHNc8V5P
7373 pip install gdown
74- gdown https://drive.google.com/uc?id=$fileId -O dataDownload/data.tar.gz.gpg
75- gpg -d --pinentry-mode=loopback --passphrase "$data_encrypt" dataDownload/data.tar.gz.gpg > dataDownload/data.tar.gz
74+ gdown https://drive.google.com/uc?id=$fileId -O dataDownload/data.tar.gz
7675 tar -xzf dataDownload/data.tar.gz -C dataDownload/
76+ # run: |
77+ # rm -rf dataDownload
78+ # mkdir -p dataDownload/
79+ # fileId=1SUMYw1jfQClnfv_gP0izBD8MsHNc8V5P
80+ # pip install gdown
81+ # gdown https://drive.google.com/uc?id=$fileId -O dataDownload/data.tar.gz.gpg
82+ # gpg -d --pinentry-mode=loopback --passphrase "$data_encrypt" dataDownload/data.tar.gz.gpg > dataDownload/data.tar.gz
83+ # tar -xzf dataDownload/data.tar.gz -C dataDownload/
7784 - name : Run tests
7885 run : |
7986 source .venv/bin/activate
You can’t perform that action at this time.
0 commit comments