Skip to content

Commit

Permalink
attempting to fix doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergagliano committed Jun 28, 2024
1 parent c8856c1 commit 3f5e3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-20.04]

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.8

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test =
pytest-cov
pytest-astropy
docs =
sphinx==2.0.0
sphinx
sphinx-automodapi
sphinx-astropy
sphinx-rtd-theme
Expand Down

0 comments on commit 3f5e3cc

Please sign in to comment.