We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681aa19 commit 55a3988Copy full SHA for 55a3988
.github/workflows/test_pyqt5.yml
@@ -39,11 +39,13 @@ jobs:
39
python setup.py build_ext --inplace
40
pip install .[test]
41
if [ "${{ github.ref_name }}" = "develop" ]; then
42
- pip uninstall -y guidata
+ pip uninstall -y guidata PythonQwt
43
cd ..
44
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
45
- cd PlotPy
+ git clone --depth 1 https://github.com/PlotPyStack/PythonQwt.git
46
pip install -e ../guidata
47
+ pip install -e ../PythonQwt
48
+ cd PlotPy
49
fi
50
- name: Lint with Ruff
51
run: ruff check --output-format=github plotpy
0 commit comments