Skip to content

Commit

Permalink
Install dev wheels properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Oct 19, 2023
1 parent 2251433 commit f1bd2dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ deps =
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
oldestdeps: minimum_dependencies
devdeps: numpy>=0.0.dev0
devdeps: scipy>=0.0.dev0
devdeps: astropy>=0.0.dev0
use_develop = true
pass_env =
CI
WEBBPSF_PATH
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/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 @@ -71,7 +74,6 @@ 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 f1bd2dd

Please sign in to comment.