Skip to content

Commit

Permalink
Merge pull request #2844 from LKuemmel/fix
Browse files Browse the repository at this point in the history
Fix pip SSL-error in github action
  • Loading branch information
LKuemmel authored Jun 14, 2024
2 parents b9ab12e + 4248569 commit 29d068f
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 29d068f

Please sign in to comment.