Skip to content

Commit

Permalink
fix: Fix tag for pyCodeGenImpl (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanWalsh authored Apr 9, 2024
1 parent f64440e commit 580f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CodegenPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object CodegenPlugin extends AutoPlugin {
Def.task {
(Test / runMain).toTask(s" com.microsoft.azure.synapse.ml.codegen.PyCodegen $arg").value
}
} tag (RCodeGenTag)
} tag (PyCodeGenTag)

def pyTestGenImpl: Def.Initialize[Task[Unit]] = Def.taskDyn {
(Compile / compile).value
Expand Down

0 comments on commit 580f759

Please sign in to comment.