Skip to content

Commit 229efb2

Browse files
authored
Use dev vtk on devdeps (#224)
1 parent 3ebedcd commit 229efb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ pass_env =
3535
set_env =
3636
PYVISTA_OFF_SCREEN = True
3737
MPLBACKEND = agg
38-
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple
38+
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple https://gitlab.kitware.com/api/v4/projects/13/packages/pypi/simple
3939
deps =
4040
# devdeps is intended to be used to install the latest developer version of key dependencies.
4141
# For packages which publish nightly wheels this will pull the latest nightly
4242
devdeps: astropy>=0.0.dev0
4343
devdeps: sunpy>=0.0.dev0
44+
devdeps: vtk>=0.0.dev0
4445
# Packages without nightly wheels will be built from source like this
4546
devdeps: git+https://github.com/pyvista/pyvista.git
4647
# Handle minimum dependencies via minimum_dependencies

0 commit comments

Comments
 (0)