Fixes deleting images if the branch API returns an error code and makes the error code a failure

This commit is contained in:
Trenton H
2022-10-31 09:43:33 -07:00
parent 0d941bfb05
commit 9214b41255
3 changed files with 27 additions and 20 deletions

View File

@@ -64,9 +64,9 @@ jobs:
with:
python-version: "3.10"
-
name: Install requests
name: Install httpx
run: |
python -m pip install requests
python -m pip install httpx
#
# Clean up primary package
#