From 634ed8975c66f7145dd745c53b7fc31f2e22599a Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 4 Jul 2023 22:06:21 -0400 Subject: [PATCH] Add pip to the ecosystem-ci check (#5521) --- scripts/check_ecosystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_ecosystem.py b/scripts/check_ecosystem.py index 6667313962..8c4023ce9b 100755 --- a/scripts/check_ecosystem.py +++ b/scripts/check_ecosystem.py @@ -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"),