Skip to content

Commit

Permalink
Fix pip SSL-error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel authored Jun 14, 2024
1 parent 0510a06 commit 4248569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.5"
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4248569

Please sign in to comment.