Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 26b90b0

Browse files
authored
Merge pull request #92 from exfinen/install-certs
Install system certs in binary
2 parents 1bbd3ed + 04b3851 commit 26b90b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/share_data-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
python -m pip install pyinstaller poetry
35+
python -m pip install pyinstaller poetry pip-system-certs
3636
3737
- name: Install project dependencies with Poetry
3838
run: |

0 commit comments

Comments
 (0)