Skip to content

Commit c6ed950

Browse files
authored
Albrja/mic-5943/mypy-jenkins (#83)
Albrja/mic-5943/mypy-jenkins Add mypy config to Jenkinsfile - *Category*: CI - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5943 - *Research reference*: <!--Link to research documentation for code -->
1 parent 67a06f9 commit c6ed950

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
@Library("vivarium_build_utils") _
2-
reusable_pipeline(scheduled_branches: ["main"])
2+
reusable_pipeline(
3+
scheduled_branches: ["main"],
4+
run_mypy: false,
5+
)

0 commit comments

Comments
 (0)