Skip to content

Commit 544aa0f

Browse files
committed
Do not skip tensorflow-transform
1 parent 6e22eb0 commit 544aa0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sdks/python/test-suites/dataflow/common.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,7 @@ task installTFTRequirements {
574574
workingDir "$rootProject.projectDir/sdks/python/apache_beam/testing/benchmarks/cloudml/"
575575
executable 'sh'
576576
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"
577+
"pip install -r requirements.txt"
579578
}
580579
}
581580
}

0 commit comments

Comments
 (0)