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 32fd24b commit 12d7d99Copy full SHA for 12d7d99
.github/workflows/test_pyqt5.yml
@@ -38,6 +38,10 @@ jobs:
38
pip install PyQt5 setuptools numpy Cython
39
python setup.py build_ext --inplace
40
pip install .[test]
41
+ if [ "${{ github.ref_name }}" = "develop" ]; then
42
+ pip uninstall -y guidata
43
+ pip install git+https://github.com/PlotPyStack/guidata.git@develop
44
+ fi
45
- name: Lint with Ruff
46
run: ruff check --output-format=github plotpy
47
- name: Test with pytest
0 commit comments