Skip to content

Commit cebed06

Browse files
committed
invoke dependency testing temporarily.
1 parent 7a94096 commit cebed06

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr_dependency_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- "src/diffusers/**.py"
9+
- "tests/**.py"
910
push:
1011
branches:
1112
- main

.github/workflows/pr_torch_dependency_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- "src/diffusers/**.py"
9+
- "tests/**.py"
910
push:
1011
branches:
1112
- main

0 commit comments

Comments
 (0)