Skip to content

Commit

Permalink
Fix version for gdown (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Jan 11, 2024
1 parent 625897c commit d0cce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install -r requirements.txt
## Get data
cd t4r_paper_repro
FEATURE_SCHEMA_PATH=../datasets_configs/ecom_rees46/rees46_schema.pbtxt
pip install gdown
pip install gdown==4.6.0
gdown https://drive.google.com/uc?id=1NCFZ5ya3zyxPsrmupEoc9UEm4sslAddV
apt-get update -y
apt-get install unzip -y
Expand Down

0 comments on commit d0cce61

Please sign in to comment.