From 4b1712d96abb1d34394edcc1d60f4648cd5f2e98 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 14 Jun 2025 09:33:33 -0600 Subject: [PATCH] [Maintenance] Remove UML environment file --- .ci_support/environment-uml.yml | 6 ------ .github/workflows/pipeline.yml | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .ci_support/environment-uml.yml diff --git a/.ci_support/environment-uml.yml b/.ci_support/environment-uml.yml deleted file mode 100644 index 929738fb..00000000 --- a/.ci_support/environment-uml.yml +++ /dev/null @@ -1,6 +0,0 @@ -channels: -- conda-forge -dependencies: -- python -- pylint -- graphviz \ No newline at end of file diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d52d22f1..91cd89ca 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -412,11 +412,11 @@ jobs: python-version: "3.13" miniforge-version: latest condarc-file: .condarc - environment-file: .ci_support/environment-uml.yml - - name: Test + - name: Generate UML diagram shell: bash -l {0} timeout-minutes: 10 run: | + conda install -y pylint graphviz pyreverse -o png -p ./${{ github.event.repository.name }} ./${{ github.event.repository.name }} zip -m uml.zip *.png - uses: actions/upload-artifact@v4