Skip to content

Commit 2a85529

Browse files
committed
Fix: Update DataLab branch in workflow to feature/webapi for testing
1 parent 80bd321 commit 2a85529

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
5959
git clone --depth 1 --branch develop https://github.com/PlotPyStack/plotpy.git
6060
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
61+
# 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
6263
cd DataLab-Kernel
6364
pip install -e ../guidata
6465
pip install -e ../PythonQwt

0 commit comments

Comments
 (0)