Skip to content

Commit

Permalink
[workflows/build.yml] Temporary workaround for Python 3.4/5 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored May 16, 2024
1 parent cf9bccb commit 6d8de7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
needs: build_unix
env:
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
# Temporary workaround for Python 3.4/5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
outputs:
sha256_win: ${{ steps.sha256_win.outputs.sha256_win }}
sha512_win: ${{ steps.sha512_win.outputs.sha512_win }}
Expand Down

0 comments on commit 6d8de7c

Please sign in to comment.