Use developer version of pywwt

This commit is contained in:
Thomas Robitaille 2018-12-13 21:34:48 +00:00
Родитель f56de9fff8
Коммит e8c9bbbec7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -28,7 +28,7 @@ install:
# For now we need to install pywwt here because if we install it sooner,
# the post-hook install runs before numpy is correctly set up
- conda install -c wwt pywwt
- conda install -c wwt/label/dev pywwt
script:
- pytest glue_wwt

Просмотреть файл

@ -31,7 +31,7 @@ install:
# For now we need to install pywwt here because if we install it sooner,
# the post-hook install runs before numpy is correctly set up
- "conda install -c wwt pywwt"
- "conda install -c wwt/label/dev pywwt"
build: false