Skip to content

Commit

Permalink
Install python-certifi-win32 too?
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 6, 2025
1 parent 1d40f25 commit d9f7d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d9f7d77

Please sign in to comment.