Introduce CI matrix

This commit is contained in:
henryruhs 2023-06-03 11:19:29 +02:00
parent f54303e7b9
commit d91b434547

View File

@ -32,9 +32,9 @@ 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:graphics-drivers/ppa - uses: Jimver/cuda-toolkit@v0.2.10
- run: sudo apt-get update with:
- run: sudo apt install tensorrt libnvinfer7 cuda: '11.8.0'
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: pip install gdown - run: pip install gdown
- run: gdown 13QpWFWJ37EB-nHrEOY64CEtQWY-tz7DZ - run: gdown 13QpWFWJ37EB-nHrEOY64CEtQWY-tz7DZ