Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 15, 2024
1 parent ba52c40 commit f74f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def build_frontend_env_nouv(request: pytest.FixtureRequest) -> dict[str, str]:
def build_frontend_env(build_frontend_env_nouv: dict[str, str]) -> dict[str, str]:
if platform == "pyodide":
return build_frontend_env_nouv

if build_frontend_env_nouv["CIBW_BUILD_FRONTEND"] == "build" and find_uv() is not None:
return {"CIBW_BUILD_FRONTEND": "build[uv]"}

Expand Down

0 comments on commit f74f574

Please sign in to comment.