We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bd321 commit 2a85529Copy full SHA for 2a85529
1 file changed
.github/workflows/test.yml
@@ -58,7 +58,8 @@ jobs:
58
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
59
git clone --depth 1 --branch develop https://github.com/PlotPyStack/plotpy.git
60
git clone --depth 1 --branch develop https://github.com/DataLab-Platform/sigima.git
61
- git clone --depth 1 --branch develop https://github.com/DataLab-Platform/DataLab.git
+ # TODO: Switch back to 'develop' branch once feature/webapi is merged
62
+ git clone --depth 1 --branch feature/webapi https://github.com/DataLab-Platform/DataLab.git
63
cd DataLab-Kernel
64
pip install -e ../guidata
65
pip install -e ../PythonQwt
0 commit comments