Skip to content

Commit 95ad1fa

Browse files
committed
Fix case sensitivity in Sigima repository URL in GitHub Actions workflow
1 parent 9e9d0c7 commit 95ad1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pyqt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd ..
4242
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
4343
git clone --depth 1 --branch develop https://github.com/PlotPyStack/plotpy.git
44-
git clone --depth 1 --branch develop https://github.com/DataLab-Platform/Sigima.git
44+
git clone --depth 1 --branch develop https://github.com/DataLab-Platform/sigima.git
4545
cd DataLab
4646
pip install -e ../guidata
4747
pip install -e ../plotpy

0 commit comments

Comments
 (0)