chore: add installation of wrangler to GitHub Actions workflow for enhanced build process

This commit is contained in:
Ben Allfree
2025-11-30 20:00:52 -08:00
parent 5b26b3b4bd
commit 6e0ccd4cc6

View File

@@ -110,6 +110,9 @@ jobs:
run: |
source /tmp/update_status.sh
update_status installing_wrangler
npm install -g wrangler
update_status installing_pip
python -m pip install --upgrade pip