Skip to content

Commit d0cce61

Browse files
authored
Fix version for gdown (#767)
1 parent 625897c commit d0cce61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pip install -r requirements.txt
3434
## Get data
3535
cd t4r_paper_repro
3636
FEATURE_SCHEMA_PATH=../datasets_configs/ecom_rees46/rees46_schema.pbtxt
37-
pip install gdown
37+
pip install gdown==4.6.0
3838
gdown https://drive.google.com/uc?id=1NCFZ5ya3zyxPsrmupEoc9UEm4sslAddV
3939
apt-get update -y
4040
apt-get install unzip -y

0 commit comments

Comments
 (0)