Skip to content

Commit

Permalink
see if x64 precision is available
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Dec 2, 2024
1 parent f51ce84 commit b2a8785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,5 @@ jobs:
python -c "import tox; print(f'tox {tox.__version__}')"
- name: Run tests
shell: bash -el {0}
run: tox -e py313-test

run: tox -e singletest

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ deps =
hypothesis<=6.72.0
setuptools
# can change this as needed for a single test run
commands = pytest tests/test_precision.py
commands = pytest conftest.py


[testenv:ephemeris_connection]
Expand Down

0 comments on commit b2a8785

Please sign in to comment.