Skip to content

Commit d090192

Browse files
committed
Fix workflow: reorder directory change for correct installation of dependencies
1 parent 55a3988 commit d090192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pyqt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
cd ..
4444
git clone --depth 1 --branch develop https://github.com/PlotPyStack/guidata.git
4545
git clone --depth 1 https://github.com/PlotPyStack/PythonQwt.git
46+
cd PlotPy
4647
pip install -e ../guidata
4748
pip install -e ../PythonQwt
48-
cd PlotPy
4949
fi
5050
- name: Lint with Ruff
5151
run: ruff check --output-format=github plotpy

0 commit comments

Comments
 (0)