mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Actions: Use python setup
Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
parent
17cb56b141
commit
d76bb9e2d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Install requirements
|
||||
run: |
|
||||
apt-get update && apt-get install -y ${{ env.deps }}
|
||||
pip3 install --no-cache-dir -r requirements.txt
|
||||
python3 setup.py install
|
||||
- name: Download videos
|
||||
run: |
|
||||
for url in raw.githubusercontent.com/OpenVisualCloud/SVT-AV1-Resources/master randomderp.com; do
|
||||
|
|
Loading…
Reference in a new issue