We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e22eb0 commit 544aa0fCopy full SHA for 544aa0f
1 file changed
sdks/python/test-suites/dataflow/common.gradle
@@ -574,8 +574,7 @@ task installTFTRequirements {
574
workingDir "$rootProject.projectDir/sdks/python/apache_beam/testing/benchmarks/cloudml/"
575
executable 'sh'
576
args '-c', ". ${envdir}/bin/activate && " +
577
- "grep -v '^tensorflow-transform' requirements.txt > /tmp/cloudml_tft_base_requirements.txt && " +
578
- "pip install -r /tmp/cloudml_tft_base_requirements.txt"
+ "pip install -r requirements.txt"
579
}
580
581
0 commit comments