We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721f2cd commit d4c100fCopy full SHA for d4c100f
action.yml
@@ -73,5 +73,7 @@ runs:
73
- run: ${{ github.action_path }}/setup_pip.ps1
74
shell: pwsh
75
env:
76
+ # Temporary workaround for Python 3.5 failures - May 2024
77
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
78
PYTHON_VERSION: ${{ steps.setup.outputs.python-version }}
- SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}
79
+ SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}
0 commit comments