Introduce CI matrix

This commit is contained in:
henryruhs 2023-06-03 11:15:30 +02:00
parent 64b10e1415
commit f54303e7b9

View File

@ -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