We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f7a59 commit d713d88Copy full SHA for d713d88
.github/workflows/test.yml
@@ -64,10 +64,10 @@ jobs:
64
pip install -e ../PythonQwt
65
pip install -e ../plotpy
66
pip install -e ../sigima
67
- pip install -e ../DataLab[webapi]
+ pip install -e ../DataLab
68
else
69
# Release: install from PyPI
70
- pip install DataLab[webapi]
+ pip install datalab-platform
71
fi
72
73
- name: Install DataLab-Kernel
0 commit comments