From f54303e7b954eb76d4f7c4f6fe44e61b97895c6c Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 3 Jun 2023 11:15:30 +0200 Subject: [PATCH] Introduce CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97d0ad9..7ff1df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-python@v2 with: 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 install tensorrt libnvinfer7 - run: pip install -r requirements.txt