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