1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-18 16:26:20 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Sawicki
6a3ba7df8d
Clarify reason for using py3.4 2024-07-24 01:38:34 +02:00
Simon Sawicki
9058a0c9c4
Clarify comment for certificate workaround 2024-07-24 01:31:38 +02:00

View File

@ -73,15 +73,16 @@ 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:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.4 - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
# required for Windows XP support
python-version: "3.4" python-version: "3.4"
architecture: x86 architecture: x86