Skip to content

Commit

Permalink
fix ephem connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Oct 13, 2023
1 parent 180d854 commit 4a82214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install pandoc dependency
if: "endsWith(matrix.tox_env, 'docs')"
run: sudo apt-get -y install pandoc
- name: Print Python, pip, setuptools, and tox versions
- name: Print Python, pip, and tox versions
run: |
python -c "import sys; print(f'Python {sys.version}')"
python -c "import pip; print(f'pip {pip.__version__}')"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ description =
commands =
python check_ephemeris_connection.py
deps =
setuptools

[testenv:oldestdeps]
description =
Run tests on Python 3 with minimum supported versions of astropy, numpy
Expand Down

0 comments on commit 4a82214

Please sign in to comment.