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:
Henry Schreiner
2025-04-14 17:25:32 -04:00
committed by GitHub
parent cbcc23855e
commit b3bb31ca51
7 changed files with 55 additions and 64 deletions

View File

@@ -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"]