File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Install DataLab and dependencies
5353 run : |
54- # TODO: Restore PyPI installation for main branch once feature/webapi is merged
55- # Clone and install development versions (using feature/webapi branch)
54+ # TODO: Restore PyPI installation for main branch once Web API feature is merged
55+ # Clone and install development versions (using develop branch)
5656 cd ..
5757 git clone --depth 1 https://github.com/PlotPyStack/PythonQwt.git
5858 if [ "${{ github.ref_name }}" = "develop" ]; then
6464 git clone --depth 1 https://github.com/PlotPyStack/plotpy.git
6565 git clone --depth 1 https://github.com/DataLab-Platform/sigima.git
6666 fi
67- git clone --depth 1 --branch feature/webapi https://github.com/DataLab-Platform/DataLab.git
67+ git clone --depth 1 --branch develop https://github.com/DataLab-Platform/DataLab.git
6868 cd DataLab-Kernel
6969 pip install -e ../guidata
7070 pip install -e ../PythonQwt
You can’t perform that action at this time.
0 commit comments