We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4862b1f commit 047c7d6Copy full SHA for 047c7d6
ci/windows.ps1
@@ -30,7 +30,7 @@ Write-Host $build
30
try
31
{
32
# Upgrade pip or else the CI will complain
33
- c:\python27\python.exe -m pip install --upgrade pip
+ c:\python3\python.exe -m pip install --upgrade pip
34
35
$BoostFoldername = Join-Path $PSScriptRoot "boost_1_64_0"
36
$BoostZipname = Join-Path $PSScriptRoot "boost_1_64_0.zip"
0 commit comments