Skip to content

Commit ad5e900

Browse files
committed
uncommenting pip packages installation
1 parent 3534384 commit ad5e900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy_on_cf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ APP_REDIS_STORAGE=benchmark-redis-storage
1313
APP_SERVICES_TO_BENCH="benchmark-mariadb-dfy redis-demo2"
1414
SEPARATOR=#######################################
1515

16-
# echo $SEPARATOR
17-
# echo 'downloading packages'
18-
# # pip3 download -d app/vendor -r app/requirements.txt
16+
echo $SEPARATOR
17+
echo 'downloading packages'
18+
pip3 download -d app/vendor -r app/requirements.txt
1919

2020
echo $SEPARATOR
2121
echo 'Setting Python version'

0 commit comments

Comments
 (0)