Actions: Use python setup

Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
Luigi311 2021-02-09 22:53:13 -07:00
parent 17cb56b141
commit d76bb9e2d9

View file

@ -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