mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
ci: work on speeding up further (#5613)
* ci: work on speeding up further Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * chore: move uv's index-strategy to pyproject.toml Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update .github/workflows/ci.yml --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -16,6 +16,9 @@ ignore = [
|
||||
"noxfile.py",
|
||||
]
|
||||
|
||||
# Can't use tool.uv.sources with requirements.txt
|
||||
[tool.uv]
|
||||
index-strategy = "unsafe-best-match"
|
||||
|
||||
[tool.mypy]
|
||||
files = ["pybind11"]
|
||||
|
||||
Reference in New Issue
Block a user