diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9f6060..5e27489 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -30,4 +30,5 @@ jobs: - name: Run tests env: AMOUNT_OF_WORKERS: 2 + JAX_PLATFORMS: cpu run: pytest