Fixes the patching
This commit is contained in:
parent
943e3a9323
commit
e5f8c13e40
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -486,7 +486,7 @@ jobs:
|
||||
name: Patch whitenoise
|
||||
run: |
|
||||
curl --fail --silent --show-error --location --output 484.patch https://github.com/evansd/whitenoise/pull/484.patch
|
||||
patch -d $(pipenv --venv)/lib/python3.10/site-packages --verbose -p2 < 484.patch
|
||||
patch -d $(pipenv --venv)/lib/python3.11/site-packages --verbose -p2 < 484.patch
|
||||
rm 484.patch
|
||||
-
|
||||
name: Install system dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user