Skip to content

Commit

Permalink
remove fallback for 'No PYTHON vars'
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 29, 2023
1 parent 70e864a commit 97bd990
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ function main () {
Write-Host "Can't print current resolution. Get-DisplayResolution cmd is not available"
}

# fallback for running the script locally
if ( !(Test-Path -Path $env:PYTHON) ) {
Write-Host "No PYTHON vars, setup default values"
$env:PYTHON="C:\\Python34-x64"
$env:PYTHON_VERSION="3.4"
$env:PYTHON_ARCH="64"
}
Write-Host "PYTHON=" $env:PYTHON
Write-Host "PYTHON_VERSION=" $env:PYTHON_VERSION
Write-Host "PYTHON_ARCH=" $env:PYTHON_ARCH
Expand Down

0 comments on commit 97bd990

Please sign in to comment.