mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
reverting back coverage changes
This commit is contained in:
parent
efdd774447
commit
286e92d24b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: pip install nose
|
||||
- name: Install yourbase
|
||||
if: ${{ matrix.python-version == 3.9 }}
|
||||
run: pip install yourbase; pip install pytest
|
||||
run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest
|
||||
- name: Install nose (Jython)
|
||||
if: ${{ matrix.python-impl == 'jython' }}
|
||||
# Working around deprecation of support for non-SNI clients at PyPI CDN (see https://status.python.org/incidents/hzmjhqsdjqgb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue