Skip to content

Commit

Permalink
fix: silent progress ui (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>
  • Loading branch information
moorec-aws authored Sep 4, 2024
1 parent 7bd5e3d commit 5df19d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deadline_test_fixtures/deadline/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def userdata(self, s3_files) -> str:
configure_job_users = "\n".join(job_users_cmds)

userdata = f"""<powershell>
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe" -OutFile "C:\python-3.11.9-amd64.exe"
$installerHash=(Get-FileHash "C:\python-3.11.9-amd64.exe" -Algorithm "MD5")
$expectedHash="e8dcd502e34932eebcaf1be056d5cbcd"
Expand Down

0 comments on commit 5df19d7

Please sign in to comment.