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

Commit e1ceb45

Browse files
authored
Merge pull request #93 from exfinen/install-certs-2
Use feature truststore
2 parents 26b90b0 + 086d7ec commit e1ceb45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/share_data-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Install Python dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
python -m pip install pyinstaller poetry pip-system-certs
35+
python -m pip install pyinstaller poetry
36+
python -m pip install pip-system-certs --use-feature=truststore
3637
3738
- name: Install project dependencies with Poetry
3839
run: |

0 commit comments

Comments
 (0)