From e08615742197184478f175ef6509c26aac692470 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Mon, 2 Dec 2024 09:42:22 -0600 Subject: [PATCH] see if x64 precision is available --- .github/workflows/ci_test.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]