mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Try removing python install logs
This commit is contained in:
parent
1f1751cacb
commit
2d87ef84f9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue