From e5f8c13e405cecd2ccf76208ca364028a191cd31 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:03:06 -0700 Subject: [PATCH] Fixes the patching --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f74661ff5..f150020e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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