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 5369e85 commit 52e5696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ 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: astropy>=0.0.dev0
pass_env =
CRDS_*
CI
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
package =
Expand All @@ -64,7 +66,6 @@ allowlist_externals =
commands_pre =
oldestdeps: minimum_dependencies stpipe --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager
pip freeze
commands =
pytest \
Expand Down

0 comments on commit 52e5696

Please sign in to comment.