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 c5fbf7f commit bd20a56Copy full SHA for bd20a56
.github/workflows/test_pyqt5.yml
@@ -40,7 +40,10 @@ jobs:
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
+ cd ..
44
+ git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
45
+ cd PlotPy
46
+ pip install -e ../guidata
47
fi
48
- name: Lint with Ruff
49
run: ruff check --output-format=github plotpy
0 commit comments