Skip to content

Commit d713d88

Browse files
committed
Fix DataLab installation in test workflow
1 parent 63f7a59 commit d713d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
pip install -e ../PythonQwt
6565
pip install -e ../plotpy
6666
pip install -e ../sigima
67-
pip install -e ../DataLab[webapi]
67+
pip install -e ../DataLab
6868
else
6969
# Release: install from PyPI
70-
pip install DataLab[webapi]
70+
pip install datalab-platform
7171
fi
7272
7373
- name: Install DataLab-Kernel

0 commit comments

Comments
 (0)