From ff119214b89897dd8e75a25c38219f3c4b3bd880 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 3 Jun 2023 11:30:39 +0200 Subject: [PATCH] Introduce CI matrix --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd561a7..2351219 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -