mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-08 07:35:25 +00:00
Fixes deleting images if the branch API returns an error code and makes the error code a failure
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user