Skip to content

Commit

Permalink
test against pre-built binaries of scipy and numpy (#166)
Browse files Browse the repository at this point in the history
* test against pre-built binaries of astropy, scipy, and numpy

* revert astropy prerelease wheel spec and use nightly Scipy wheel index
  • Loading branch information
zacharyburnett authored May 11, 2023
1 parent 5dd17b1 commit 3321069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
python-version: 3.9
- macos: test-xdist
python-version: 3.10
- linux: test-devdeps-xdist
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ deps =
pass_env =
CI
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple
jwst: CRDS_SERVER_URL=https://jwst-crds.stsci.edu
romancal: CRDS_SERVER_URL=https://roman-crds.stsci.edu
jwst,romancal: CRDS_PATH={package_root}/crds_cache
Expand All @@ -68,6 +69,7 @@ set_env =
commands_pre =
oldestdeps: minimum_dependencies stcal --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install numpy>=0.0.dev0 scipy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager
pip freeze
commands =
pytest \
Expand Down

0 comments on commit 3321069

Please sign in to comment.