We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c100f commit a7b1d71Copy full SHA for a7b1d71
action.yml
@@ -46,6 +46,9 @@ outputs:
46
python-path:
47
description: "The absolute path to the Python or PyPy executable."
48
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"
52
runs:
53
using: composite
54
steps:
@@ -73,7 +76,5 @@ runs:
73
76
- run: ${{ github.action_path }}/setup_pip.ps1
74
77
shell: pwsh
75
78
env:
- # Temporary workaround for Python 3.5 failures - May 2024
- PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
79
PYTHON_VERSION: ${{ steps.setup.outputs.python-version }}
80
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}
0 commit comments