Skip to content

Commit 7797113

Browse files
authored
[Maintenance] Remove UML environment file (#680)
1 parent c81d7a2 commit 7797113

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.ci_support/environment-uml.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,11 @@ jobs:
412412
python-version: "3.13"
413413
miniforge-version: latest
414414
condarc-file: .condarc
415-
environment-file: .ci_support/environment-uml.yml
416-
- name: Test
415+
- name: Generate UML diagram
417416
shell: bash -l {0}
418417
timeout-minutes: 10
419418
run: |
419+
conda install -y pylint graphviz
420420
pyreverse -o png -p ./${{ github.event.repository.name }} ./${{ github.event.repository.name }}
421421
zip -m uml.zip *.png
422422
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)