Skip to content

Commit f144f37

Browse files
committed
lite: enable pre-release version of RF5 robotmode
1 parent d1d1c51 commit f144f37

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _clean_wheels():
199199
),
200200
# Not sure, why these were not discovered from conda environment
201201
doit.tools.CmdAction(
202-
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-robotmode", "jupyterlab-widgets", "jupyter-videochat"],
202+
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets", "jupyter-videochat"],
203203
cwd=str(LITE),
204204
shell=False,
205205
),
26.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)