Try removing python install logs

This commit is contained in:
Micah Lee 2022-06-19 19:32:37 -04:00
parent 8eef25f2ff
commit 5ce4af6918
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -94,7 +94,7 @@ jobs:
command: |
cd ~\Downloads
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe -OutFile python-3.9.13-amd64.exe
.\python-3.9.13-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
.\python-3.9.13-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39
- run:
name: Install poetry
@ -200,7 +200,7 @@ jobs:
command: |
cd ~\Downloads
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe -OutFile python-3.9.13.exe
.\python-3.9.13.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
.\python-3.9.13.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39
- run:
name: Install poetry