Add some projects to the ecosystem CI check (#5258)

This commit is contained in:
Charlie Marsh 2023-06-21 12:42:58 -04:00 committed by GitHub
parent e47aa468d5
commit d99b3bf661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,8 @@ REPOSITORIES: list[Repository] = [
Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
Repository("pypa", "build", "main"),
Repository("pypa", "cibuildwheel", "main"),
Repository("pypa", "setuptools", "main"),
Repository("python", "mypy", "master"),
Repository("DisnakeDev", "disnake", "master"),
Repository("scikit-build", "scikit-build", "main"),
Repository("scikit-build", "scikit-build-core", "main"),