Skip to content

Commit d4c100f

Browse files
authored
Temporary workaround for Python 3.5 failures
actions/setup-python#866
1 parent 721f2cd commit d4c100f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ runs:
7373
- run: ${{ github.action_path }}/setup_pip.ps1
7474
shell: pwsh
7575
env:
76+
# Temporary workaround for Python 3.5 failures - May 2024
77+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
7678
PYTHON_VERSION: ${{ steps.setup.outputs.python-version }}
77-
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}
79+
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}

0 commit comments

Comments
 (0)