Skip to content

Commit

Permalink
fix(ci): fix datahub-client validatePythonEnv (datahub-project#12023)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Dec 3, 2024
1 parent b31d849 commit a004c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-integration/java/datahub-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ compileJava.dependsOn copyAvroSchemas


// Add Python environment validation task
task validatePythonEnv {
task validatePythonEnv(dependsOn: [":metadata-ingestion:installDev"]) {
doFirst {
def venvPath = System.getProperty('python.venv.path', '../../../metadata-ingestion/venv')
def isWindows = System.getProperty('os.name').toLowerCase().contains('windows')
Expand Down

0 comments on commit a004c92

Please sign in to comment.