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 c81d7a2 commit 7797113Copy full SHA for 7797113
.ci_support/environment-uml.yml
.github/workflows/pipeline.yml
@@ -412,11 +412,11 @@ jobs:
412
python-version: "3.13"
413
miniforge-version: latest
414
condarc-file: .condarc
415
- environment-file: .ci_support/environment-uml.yml
416
- - name: Test
+ - name: Generate UML diagram
417
shell: bash -l {0}
418
timeout-minutes: 10
419
run: |
+ conda install -y pylint graphviz
420
pyreverse -o png -p ./${{ github.event.repository.name }} ./${{ github.event.repository.name }}
421
zip -m uml.zip *.png
422
- uses: actions/upload-artifact@v4
0 commit comments