From 099bb292834c040cdfc154db2416c5252dfae97d Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:05:31 -0700 Subject: [PATCH] Try patching whitenoise again --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d85736de0..831263457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -454,6 +454,9 @@ jobs: - name: Gather info 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 + rm 484.patch pipenv --python ${{ steps.setup-python.outputs.python-version }} run python3 -m site pipenv --python ${{ steps.setup-python.outputs.python-version }} run pip3 list --verbose -