Skip to content

Commit 922290d

Browse files
force install numpy dev
1 parent ce7a8de commit 922290d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ commands_pre =
4343
oldestdeps: pip install -r requirements-min.txt
4444
commands =
4545
devdeps: pip install --ignore-installed -r requirements-dev.txt -U --upgrade-strategy eager --ignore-installed
46+
devdeps: pip install numpy>=0.0.dev0 -U --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
4647
pip list
4748
pytest \
4849
cov: --cov --cov-config pyproject.toml --cov-report term-missing --cov-report xml \

0 commit comments

Comments
 (0)