Skip to content

Commit

Permalink
ci(check_ecosystem): add scikit-build-core (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 16, 2023
1 parent 667130a commit bbc87b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async def clone(self: Self) -> "AsyncIterator[Path]":
"zulip": Repository("zulip", "zulip", "main"),
"bokeh": Repository("bokeh", "bokeh", "branch-3.2"),
"scikit-build": Repository("scikit-build", "scikit-build", "main"),
"scikit-build-core": Repository("scikit-build", "scikit-build-core", "main"),
"airflow": Repository("apache", "airflow", "main"),
"typeshed": Repository("python", "typeshed", "main", select="PYI"),
}
Expand Down

0 comments on commit bbc87b7

Please sign in to comment.