Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit f31c6bb

Browse files
authored
include unit test in owlbot templates
1 parent 6570b85 commit f31c6bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"pandas": "https://pandas.pydata.org/pandas-docs/stable/",
5151
"pydata-google-auth": "https://pydata-google-auth.readthedocs.io/en/latest/",
5252
},
53+
default_python="3.10",
5354
)
5455
s.move(
5556
templated_files,
@@ -59,7 +60,6 @@
5960
"docs/multiprocessing.rst",
6061
"noxfile.py",
6162
"README.rst",
62-
".github/workflows/unittest.yml",
6363
],
6464
)
6565

0 commit comments

Comments
 (0)