From 79397c45e822e0f898313c1b14187b57bcc9be35 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sat, 6 Nov 2021 19:39:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=87=F0=9F=91=8C=20Add=20step=20to=20sh?= =?UTF-8?q?ow=20installed=20packages=20for=20debugging=20purposes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1052d4b3c..c2d921c71 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -41,6 +41,10 @@ jobs: uses: glotaran/pyglotaran-examples@main with: example_name: ${{ matrix.example_name }} + - name: Installed packages + if: always() + run: | + pip freeze - name: Upload Example Plots Artifact uses: actions/upload-artifact@v2 with: