Skip to content

Commit a7b1d71

Browse files
authored
Temporary workaround Pt 2
1 parent d4c100f commit a7b1d71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ outputs:
4646
python-path:
4747
description: "The absolute path to the Python or PyPy executable."
4848
value: ${{ steps.setup.outputs.python-path }}
49+
env:
50+
# Temporary workaround for Python 3.5 failures - May 2024
51+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
4952
runs:
5053
using: composite
5154
steps:
@@ -73,7 +76,5 @@ runs:
7376
- run: ${{ github.action_path }}/setup_pip.ps1
7477
shell: pwsh
7578
env:
76-
# Temporary workaround for Python 3.5 failures - May 2024
77-
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
7879
PYTHON_VERSION: ${{ steps.setup.outputs.python-version }}
7980
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}

0 commit comments

Comments
 (0)