AnandInguva commented on code in PR #26156:
URL: https://github.com/apache/beam/pull/26156#discussion_r1165793031


##########
sdks/python/container/run_generate_requirements.sh:
##########
@@ -61,8 +62,8 @@ pip install --upgrade pip setuptools wheel
 # Install dataframe deps to add have Dataframe support in released images.
 # Install test deps since some integration tests need dependencies,
 # such as pytest, installed in the runner environment.
-pip install --no-cache-dir $SDK_TARBALL[gcp,dataframe,test]
-pip install --no-cache-dir -r 
$PWD/sdks/python/container/base_image_requirements_manual.txt
+pip install --pre --no-cache-dir $SDK_TARBALL[gcp,dataframe,test]

Review Comment:
   replace `--pre` with PIP_EXTRA_OPTIONS once testing is done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to