Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dev deps on install
  • Loading branch information
hsheth2 committed Jun 4, 2021
commit 01b23c1a1f396501037f91a3ca36a726ccfd63cb
2 changes: 1 addition & 1 deletion metadata-ingestion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ task codegen(type: Exec, dependsOn: [environmentSetup, installPackage, ':metadat

task install(dependsOn: [installPackage, codegen])

task installDev(type: Exec, dependsOn: [environmentSetup, codegen]) {
task installDev(type: Exec, dependsOn: [install]) {
commandLine "${venv_name}/bin/pip", 'install', '-e', '.[dev]'
}
task lint(type: Exec, dependsOn: installDev) {
Expand Down