mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:05:57 +08:00
Update cura-installer.yml
This commit is contained in:
parent
802ece9bd1
commit
6565295af4
5
.github/workflows/cura-installer.yml
vendored
5
.github/workflows/cura-installer.yml
vendored
@ -295,7 +295,8 @@ jobs:
|
||||
|
||||
with open(summary_env, "w") as f:
|
||||
f.write(content)
|
||||
f.writelines("# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n")
|
||||
f.writelines("# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}\n")
|
||||
f.writelines("## Conan packages:\n")
|
||||
for dep in sorted_deps:
|
||||
f.writelines(f"`{dep}`\n")
|
||||
|
||||
@ -312,7 +313,7 @@ jobs:
|
||||
|
||||
with open(summary_env, "w") as f:
|
||||
f.write(content)
|
||||
f.writelines("# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} installed Python modules:\n")
|
||||
f.writelines("## Python modules:\n")
|
||||
for package in pkg_resources.working_set:
|
||||
f.writelines(f"`{package.key}/{package.version}`\n")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user