1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[build] Improve build process (#4513)

Authored by: shirt-dev
This commit is contained in:
shirt
2022-08-08 15:24:30 -04:00
committed by GitHub
parent c7dcf0b31e
commit c4b6c5c7c9
4 changed files with 127 additions and 280 deletions

View File

@@ -21,9 +21,9 @@ jobs:
python-version: pypy-3.9
run-tests-ext: bat
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install pytest