fix: seed pip in uv environments for platformio CI

This commit is contained in:
Jared Dohrman
2026-04-09 10:20:00 +10:00
bovenliggende 009e281181
commit 1dfb5f4bed
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
@@ -23,6 +23,7 @@ runs:
shell: bash
run: |
uv sync --locked --no-group docs
uv venv --allow-existing --seed
echo "$GITHUB_WORKSPACE/.venv/bin" >> "$GITHUB_PATH"
# Recommended EastMesh tag format:
+1
Bestand weergeven
@@ -9,6 +9,7 @@ require_uv() {
sync_python_tooling() {
uv sync --locked --no-group docs >/dev/null
uv venv --allow-existing --seed >/dev/null
}
run_python() {