diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index b2042b8a5..0e5498d68 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -124,5 +124,5 @@ jobs: python -c "import tox; print(f'tox {tox.__version__}')" - name: Run tests shell: bash -el {0} - run: tox -e singletest + run: tox -e py313-test \ No newline at end of file diff --git a/tox.ini b/tox.ini index 50df42eb5..60f8fa754 100644 --- a/tox.ini +++ b/tox.ini @@ -66,7 +66,7 @@ deps = hypothesis<=6.72.0 setuptools # can change this as needed for a single test run -commands = pytest conftest.py +commands = pytest tests/test_precision.py [testenv:ephemeris_connection]