Skip to content

Commit 1bb9277

Browse files
committed
regression test for specifying channel name in enviornment.yml dependency
this didn't work with mamba 0.5
1 parent e4b1779 commit 1bb9277

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: lume-model-server-demo
2+
dependencies:
3+
- python=3.7
4+
# specify a channel name in the dependency
5+
# mamba < 0.6 doesn't handle this right
6+
- bokeh::jupyter_bokeh==2.0.3

tests/conda/channel-dep/verify

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env python3
2+
import jupyter_bokeh

0 commit comments

Comments
 (0)