regression test for specifying channel name in enviornment.yml dependency

this didn't work with mamba 0.5
pull/979/head
Min RK 2020-10-22 15:30:31 +02:00
rodzic e4b1779999
commit 1bb92770eb
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,6 @@
name: lume-model-server-demo
dependencies:
- python=3.7
# specify a channel name in the dependency
# mamba < 0.6 doesn't handle this right
- bokeh::jupyter_bokeh==2.0.3

Wyświetl plik

@ -0,0 +1,2 @@
#!/usr/bin/env python3
import jupyter_bokeh