Skip to content

Commit

Permalink
Temporary workaround for Python 3.5 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored May 15, 2024
1 parent 721f2cd commit d4c100f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ 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 }}
SETUP_PYTHON_PATH: ${{ steps.setup.outputs.python-path }}

0 comments on commit d4c100f

Please sign in to comment.