Skip to content

Commit 6d8de7c

Browse files
authored
[workflows/build.yml] Temporary workaround for Python 3.4/5 failures
actions/setup-python#866
1 parent cf9bccb commit 6d8de7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
needs: build_unix
128128
env:
129129
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
130+
# Temporary workaround for Python 3.4/5 failures - May 2024
131+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
130132
outputs:
131133
sha256_win: ${{ steps.sha256_win.outputs.sha256_win }}
132134
sha512_win: ${{ steps.sha512_win.outputs.sha512_win }}

0 commit comments

Comments
 (0)