Skip to content

Commit 7713ed6

Browse files
committed
Why CI gen is still runs on py38?
1 parent 7b3c2f0 commit 7713ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/generate_ci_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def uses_example_model(test_filename):
4141
return 'example-models' in content
4242

4343

44-
def generate_test_yaml(test_root: str | Path = '.'):
44+
def generate_test_yaml(test_root='.'):
4545
test_root = Path(test_root)
4646
test_paths = [path for path in test_root.glob('**/test_*.py') if path.stem not in BLACKLIST]
4747
for path in test_paths:

0 commit comments

Comments
 (0)