Skip to content

Commit

Permalink
Merge branch 'master' into bumppython
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Apr 9, 2024
2 parents ee5f9a9 + 580f759 commit 73e71f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ trigger:
- README.md
- CONTRIBUTORS.md
- SECURITY.md
- "docs/Reference/Contributor Guide.md"
- "docs/Reference/Developer Setup.md"
- "docs/Reference/Docker Setup.md"
- "docs/Reference/Dotnet Setup.md"
- CODEOWNERS

pr:
Expand All @@ -21,6 +25,10 @@ pr:
- README.md
- CONTRIBUTORS.md
- SECURITY.md
- "docs/Reference/Contributor Guide.md"
- "docs/Reference/Developer Setup.md"
- "docs/Reference/Docker Setup.md"
- "docs/Reference/Dotnet Setup.md"
- CODEOWNERS

schedules:
Expand Down
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 73e71f2

Please sign in to comment.