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 4323d34 commit 3a4ea04Copy full SHA for 3a4ea04
.github/workflows/uml.yml
@@ -31,6 +31,12 @@ jobs:
31
git config user.name 'github-actions[bot]'
32
git config user.email 'github-actions[bot]@users.noreply.github.com'
33
34
+ - name: Debug pyreverse installation
35
+ run: |
36
+ python -m pip show pylint
37
+ which pyreverse
38
+ pyreverse --version || echo "pyreverse not found"
39
+
40
- name: Update the UML Diagrams
41
run: |
42
make uml
0 commit comments