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
f3a07f79f2
commit
ce1d865620
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,7 @@ 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.9 ==}}
|
if: ${{ matrix.python-version == 3.9 }}
|
||||||
run: pip install yourbase; pip install --force-reinstall coverage==6.1
|
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' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue