mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
Clarify comment for certificate workaround
This commit is contained in:
parent
1c846f474f
commit
9058a0c9c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
env:
|
env:
|
||||||
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
|
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
|
||||||
# Temporary workaround for Python 3.4/5 failures - May 2024
|
# Workaround for Python 3.4/5 PyPi certificate verification failures - May 2024
|
||||||
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
|
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue