Introduce CI matrix
This commit is contained in:
parent
d91b434547
commit
ff119214b8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -32,11 +32,7 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- uses: Jimver/cuda-toolkit@v0.2.10
|
||||
with:
|
||||
cuda: '11.8.0'
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install gdown
|
||||
- run: pip install -r requirements.txt gdown
|
||||
- run: gdown 13QpWFWJ37EB-nHrEOY64CEtQWY-tz7DZ
|
||||
- run: ./run.py {{ matrix.args }}
|
||||
- run: ffmpeg -i .github/examples/snapshot.mp4 -i .github/examples/output.mp4 -filter_complex "psnr" -f null -
|
||||
|
Loading…
Reference in New Issue
Block a user