Skip to content

Commit 10f7f0a

Browse files
authored
Update build.gradle (#34401)
added virtualenv-clone
1 parent 6f42131 commit 10f7f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tasks.register("generateYamlDocs") {
9595
dependsOn ":sdks:java:extensions:sql:expansion-service:shadowJar"
9696
dependsOn ":sdks:java:io:expansion-service:build"
9797
dependsOn ":sdks:java:io:google-cloud-platform:expansion-service:build"
98-
def extraPackages = "pyyaml markdown docstring_parser pandas pygments Jinja2"
98+
def extraPackages = "pyyaml markdown docstring_parser pandas pygments Jinja2 virtualenv-clone"
9999

100100
doLast {
101101
exec {

0 commit comments

Comments
 (0)