We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2f0bd commit d8f5ab0Copy full SHA for d8f5ab0
ci/appveyor_build_recipe.ps1
@@ -13,7 +13,7 @@ if ($env:PLATFORM -eq "x86"){
13
$env:CONDA_BLD = "$env:CONDA_BLD" + "-x64"
14
}
15
16
-if ($env:APPVEYOR_PULL_REQUEST_NUMBER -or $env:APPVEYOR_REPO_TAG_NAME -or $env:FORCE_CONDA_BUILD -eq "True") {
+if ($env:APPVEYOR_REPO_TAG_NAME -or $env:FORCE_CONDA_BUILD -eq "True") {
17
# Update PATH, and keep a copy to restore at end of this PowerShell script
18
$old_path = $env:path
19
$env:path = "$env:CONDA_BLD;$env:CONDA_BLD\Scripts;" + $env:path
0 commit comments