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 43a39bc commit d1f64faCopy full SHA for d1f64fa
.appveyor.yml
@@ -42,8 +42,8 @@ install:
42
if ($env:PYTHON) {
43
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
44
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
45
- python -m pip install --upgrade pip wheel
46
- python -m pip install pytest numpy --no-warn-script-location
+ python -W ignore -m pip install --upgrade pip wheel
+ python -W ignore -m pip install pytest numpy --no-warn-script-location
47
} elseif ($env:CONDA) {
48
if ($env:CONDA -eq "27") { $env:CONDA = "" }
49
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
0 commit comments