mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
refactoring
This commit is contained in:
parent
39cf642e6d
commit
ecce5797ae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -56,8 +56,8 @@ jobs:
|
||||||
if: ${{ matrix.python-impl != 'jython' }}
|
if: ${{ matrix.python-impl != 'jython' }}
|
||||||
run: pip install nose
|
run: pip install nose
|
||||||
- name: Install yourbase
|
- name: Install yourbase
|
||||||
if: ${{ matrix.python-version > 3.5 }}
|
if: ${{ matrix.python-version > 3.5 and matrix.python-version < 4.0}}
|
||||||
run: pip install yourbase
|
run: pip install yourbase; pip install --force-reinstall coverage==6.1
|
||||||
- name: Install nose (Jython)
|
- name: Install nose (Jython)
|
||||||
if: ${{ matrix.python-impl == '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)
|
# 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