upgrade
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
|
sudo apt update && sudo apt upgrade
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install .
|
pip install .
|
||||||
@@ -30,6 +32,7 @@ jobs:
|
|||||||
sudo apt-get install ffmpeg
|
sudo apt-get install ffmpeg
|
||||||
pip install pytest
|
pip install pytest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user