Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install dev wheels properly #121

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ description =
xdist: using parallel processing
package = editable
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
deps =
pytest
ci_watson
xdist: pytest-xdist
cov: pytest-cov
commands_pre =
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager
pip freeze
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
commands =
pip freeze
pytest \
cov: --cov . --cov-report term-missing --cov-report xml \
warnings: -W error \
Expand All @@ -67,4 +67,4 @@ skip_install = true
deps =
build
commands =
python -m build .
python -m build .