Skip to content

Commit

Permalink
Temporary workaround Pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored May 15, 2024
1 parent d4c100f commit a7b1d71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ outputs:
python-path:
description: "The absolute path to the Python or PyPy executable."
value: ${{ steps.setup.outputs.python-path }}
env:
# Temporary workaround for Python 3.5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
runs:
using: composite
steps:
Expand Down Expand Up @@ -73,7 +76,5 @@ runs:
- run: ${{ github.action_path }}/setup_pip.ps1
shell: pwsh
env:
# Temporary workaround for Python 3.5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
PYTHON_VERSION: ${{ steps.setup.outputs.python-version }}
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}

0 comments on commit a7b1d71

Please sign in to comment.