mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-04 16:02:52 +08:00
Introduce CI matrix
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: sudo add-apt-repository ppa:nvidia-latest
|
- run: sudo add-apt-repository ppa:graphics-drivers/ppa
|
||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt install tensorrt libnvinfer7
|
- run: sudo apt install tensorrt libnvinfer7
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
|
Reference in New Issue
Block a user