Skip to content

Commit c6a679b

Browse files
Add pip-install dependency to Python test task in build script
1 parent 68c9bf7 commit c6a679b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot-api/python/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ tasks {
5353
val test by registering(Exec::class) {
5454
group = "verification"
5555
description = "Runs Python tests with pytest"
56+
dependsOn(`pip-install`)
5657
dependsOn(`pip-install-test-requirements`)
5758
commandLine("python", "-m", "pytest")
5859
}

0 commit comments

Comments
 (0)