Fixes the patching

This commit is contained in:
Trenton Holmes 2024-09-26 10:03:06 -07:00
parent 943e3a9323
commit e5f8c13e40

View File

@ -486,7 +486,7 @@ jobs:
name: Patch whitenoise name: Patch whitenoise
run: | run: |
curl --fail --silent --show-error --location --output 484.patch https://github.com/evansd/whitenoise/pull/484.patch 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 rm 484.patch
- -
name: Install system dependencies name: Install system dependencies