Add pip to the ecosystem-ci check (#5521)

This commit is contained in:
Charlie Marsh 2023-07-04 22:06:21 -04:00 committed by GitHub
parent 5100c56273
commit 634ed8975c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@ REPOSITORIES: list[Repository] = [
Repository("pypa", "build", "main"),
Repository("pypa", "cibuildwheel", "main"),
Repository("pypa", "setuptools", "main"),
Repository("pypa", "pip", "main"),
Repository("python", "mypy", "master"),
Repository("DisnakeDev", "disnake", "master"),
Repository("scikit-build", "scikit-build", "main"),