Skip to content

Commit

Permalink
Fix generateYamlDocs gradle task (apache#31909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored and acrites committed Jul 17, 2024
1 parent de6d55e commit cde7ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tasks.register("generateYamlDocs") {
dependsOn ":sdks:java:extensions:sql:expansion-service:shadowJar"
dependsOn ":sdks:java:io:expansion-service:build"
dependsOn ":sdks:java:io:google-cloud-platform:expansion-service:build"
def extraPackages = "pyyaml markdown docstring_parser pandas pygments"
def extraPackages = "pyyaml markdown docstring_parser pandas pygments Jinja2"

doLast {
exec {
Expand Down

0 comments on commit cde7ba1

Please sign in to comment.