Skip to content

Commit 3a4ea04

Browse files
committed
add install debugging step
1 parent 4323d34 commit 3a4ea04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/uml.yml

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
git config user.name 'github-actions[bot]'
3232
git config user.email 'github-actions[bot]@users.noreply.github.com'
3333
34+
- name: Debug pyreverse installation
35+
run: |
36+
python -m pip show pylint
37+
which pyreverse
38+
pyreverse --version || echo "pyreverse not found"
39+
3440
- name: Update the UML Diagrams
3541
run: |
3642
make uml

0 commit comments

Comments
 (0)