From 802ece9bd15b01f213b345dffb0e305302870c69 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 26 Jun 2023 09:08:02 +0200 Subject: [PATCH] Update cura-installer.yml --- .github/workflows/cura-installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 855b5d3aab..eacea7a1f9 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -302,6 +302,7 @@ jobs: - name: Summarize the used Python modules shell: python run: | + import os import pkg_resources summary_env = os.environ["GITHUB_STEP_SUMMARY"] content = ""