mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-14 03:40:45 +09:00
[ci] Fix broken Windows PyPy tests (#17347)
Workaround for https://github.com/actions/setup-python/issues/1348 Authored by: bashonly
This commit is contained in:
@@ -85,7 +85,8 @@ jobs:
|
||||
- name: Install test requirements (PyPy)
|
||||
if: ${{ startsWith(matrix.python-version, 'pypy') }}
|
||||
run: |
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/pip.txt"
|
||||
# Upgrading/downgrading pip on Windows with actions/setup-python's PyPy can cause breakage
|
||||
# See https://github.com/actions/setup-python/issues/1348
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/test.txt"
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/default.txt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user