Skip to content

Commit b0e4997

Browse files
committed
fix
1 parent 99c34b6 commit b0e4997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/apache_beam/testing/load_tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task run(type: Exec, dependsOn: installGcpTest) {
5555
exec {
5656
setWorkingDir "${project.rootDir}/sdks/python"
5757
executable 'sh'
58-
args '-c', "${project.ext.envdir}/bin/python -m pip install -r ${requirementsTxtFileArg}"
58+
args '-c', ". ${project.ext.envdir}/bin/activate && pip install -r ${requirementsTxtFileArg}"
5959
}
6060
}
6161
}
@@ -72,4 +72,4 @@ task run(type: Exec, dependsOn: installGcpTest) {
7272

7373
def parseOptions(String option) {
7474
option.replace('\"', '\\"')
75-
}
75+
}

0 commit comments

Comments
 (0)