Skip to content

Commit 047c7d6

Browse files
committed
Try accessing python3 in windows
1 parent 4862b1f commit 047c7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Write-Host $build
3030
try
3131
{
3232
# Upgrade pip or else the CI will complain
33-
c:\python27\python.exe -m pip install --upgrade pip
33+
c:\python3\python.exe -m pip install --upgrade pip
3434

3535
$BoostFoldername = Join-Path $PSScriptRoot "boost_1_64_0"
3636
$BoostZipname = Join-Path $PSScriptRoot "boost_1_64_0.zip"

0 commit comments

Comments
 (0)