Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Feb 1, 2025
1 parent fcfeeff commit 35293c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# This workflow contains a single job called "build"
ci:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

# Specify the python versions to test
strategy:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

doctest_global_setup = """
import contextlib
with contextlib.redirect_stdout(None):
print("Setting up doctest")
from astroquery.gaia import Gaia
"""

Expand Down

0 comments on commit 35293c7

Please sign in to comment.