mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
adding github action
This commit is contained in:
parent
6b17791546
commit
b8833ff1d1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -55,6 +55,10 @@ jobs:
|
|||
- name: Install nose
|
||||
if: ${{ matrix.python-impl != 'jython' }}
|
||||
run: pip install nose
|
||||
- name: Install yb
|
||||
- uses: yourbase/install-yb-action@v1
|
||||
- name: Build
|
||||
run: yb build
|
||||
- name: Install yourbase
|
||||
if: ${{ matrix.python-version == 3.9 }}
|
||||
run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue