Skip to content

Add AGX driver workaround + bump to v1.0.1 #4

Add AGX driver workaround + bump to v1.0.1

Add AGX driver workaround + bump to v1.0.1 #4

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e "." && pip install pytest
- run: pytest tests/ -v