diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a28ab98..ddecf34 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: [3.10, 3.11, 3.12] + python-version: [3.11, 3.12] steps: - name: Checkout code diff --git a/tests/requirements.txt b/tests/requirements.txt index d6534c1..9cb9b03 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,13 +1,13 @@ -numpy, -scipy, -pandas, -ruamel.yaml, -jax, -jaxlib, -diffrax, -jaxopt, -tabulate, -multipledispatch, -pyNastran, -pytest, +numpy +scipy +pandas +ruamel.yaml +jax +jaxlib +diffrax +jaxopt +tabulate +multipledispatch +pyNastran +pytest pytest-cov