Skip to content

Commit e560bbf

Browse files
committed
Update test workflow to correct branch references for DataLab installation
1 parent 8358ab3 commit e560bbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)