Update cura-installer.yml

This commit is contained in:
Jelle Spijker 2023-06-26 09:08:02 +02:00 committed by GitHub
parent a7a42eea6d
commit 802ece9bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ""