From d9f7d77d72288512a0b3fa4181a11af996dda2b9 Mon Sep 17 00:00:00 2001 From: Scott Date: Thu, 6 Feb 2025 15:00:04 -0800 Subject: [PATCH] Install python-certifi-win32 too? --- .github/workflows/build_windows_packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_windows_packages.yml b/.github/workflows/build_windows_packages.yml index d2879fd..de69731 100644 --- a/.github/workflows/build_windows_packages.yml +++ b/.github/workflows/build_windows_packages.yml @@ -33,7 +33,7 @@ jobs: # https://stackoverflow.com/a/57053415 - name: Install certificates - run: python -m pip install pip-system-certs certifi + run: python -m pip install pip-system-certs certifi python-certifi-win32 - name: Fetch sources run: |