Skip to content

Commit

Permalink
Merge pull request #230 from zacharyburnett/patch-1
Browse files Browse the repository at this point in the history
remove unsupported `system_packages` RTD config setting
  • Loading branch information
pllim authored Sep 6, 2023
2 parents 17efb7c + 59132b9 commit 8c29e35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ jobs:
- name: Install and build
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install git+https://github.com/astropy/astropy.git@main#egg=astropy
python -m pip install git+https://github.com/ejeschke/ginga.git@master#egg=ginga
python -m pip install -U numpy pyerfa astropy-iers-data PyYAML packaging
python -m pip install -U -i https://pypi.anaconda.org/astropy/simple astropy --pre
python -m pip install git+https://github.com/ejeschke/ginga.git@main#egg=ginga
python -m pip install -e .[test]
- name: Test with dev deps
run: pytest
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ sphinx:

# Set the version of Python and requirements required to build your docs
python:
system_packages: false
install:
- method: pip
path: .
Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ zip_safe = False
setup_requires =
setuptools_scm
install_requires =
numpy
astropy>=3
ginga>=2.7
scipy>=0.18
Expand All @@ -46,11 +47,7 @@ python_requires = >=3.7
test =
pytest-astropy
docs =
numpy
scipy
sphinx-astropy
astropy
ginga

[options.package_data]
stginga = data/*, examples/*/*
Expand Down

0 comments on commit 8c29e35

Please sign in to comment.