fix: remove exclude-newer constraint from pyproject.toml before uv pip install in endurain

This commit is contained in:
copilot-swe-agent[bot]
2026-06-26 22:49:32 +00:00
committed by GitHub
parent 1277858547
commit a75b9b72c0
+1
View File
@@ -89,6 +89,7 @@ export PATH="/root/.local/bin:$PATH"
$STD poetry self add poetry-plugin-export
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes
$STD uv venv --clear
sed -i '/exclude-newer/d' pyproject.toml
$STD uv pip install -r requirements.txt
$STD uv pip install pytz
msg_ok "Setup Backend"