Skip to content

Commit 55a3988

Browse files
committed
GH Action test workflow: install PythonQwt from repo for develop branch test
1 parent 681aa19 commit 55a3988

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_pyqt5.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
python setup.py build_ext --inplace
4040
pip install .[test]
4141
if [ "${{ github.ref_name }}" = "develop" ]; then
42-
pip uninstall -y guidata
42+
pip uninstall -y guidata PythonQwt
4343
cd ..
4444
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
45-
cd PlotPy
45+
git clone --depth 1 https://github.com/PlotPyStack/PythonQwt.git
4646
pip install -e ../guidata
47+
pip install -e ../PythonQwt
48+
cd PlotPy
4749
fi
4850
- name: Lint with Ruff
4951
run: ruff check --output-format=github plotpy

0 commit comments

Comments
 (0)