diff --git a/testing/downstream_testing/downstream_runner.py b/testing/downstream_testing/downstream_runner.py index 2f2ab4d2a..48696b666 100644 --- a/testing/downstream_testing/downstream_runner.py +++ b/testing/downstream_testing/downstream_runner.py @@ -145,8 +145,8 @@ class DownstreamRunner: self, repo: str, yaml_source: str, - jobs: str, - matrix_exclude: str = "", + jobs: Iterable[str], + matrix_exclude: Iterable[str] = (), dry_run: bool = False, ) -> None: self.repo = repo