kopia lustrzana https://github.com/jupyterhub/repo2docker
tests: pin ipyleaflet<0.19 to get tests passing
rodzic
af6d3e8448
commit
617a9512e4
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# FIXME: This doesn't work with ipyleaflet >= 0.19
|
||||||
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ipyleaflet
|
ipyleaflet==0.18.2
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
# this value should not be visible in `verify`
|
# this value should not be visible in `verify`
|
||||||
export TEST_START_VAR="var is set by postBuild"
|
export TEST_START_VAR="var is set by postBuild"
|
||||||
|
|
||||||
|
# FIXME: This doesn't work with ipyleaflet >= 0.19
|
||||||
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ipyleaflet
|
ipyleaflet==0.18.2
|
||||||
|
|
Ładowanie…
Reference in New Issue