mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
AppVeyor: quench pip deprecation warnings for v2.7
This commit is contained in:
parent
43a39bc7d8
commit
d1f64fa920
@ -42,8 +42,8 @@ install:
|
||||
if ($env:PYTHON) {
|
||||
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
|
||||
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
|
||||
python -m pip install --upgrade pip wheel
|
||||
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
|
||||
} elseif ($env:CONDA) {
|
||||
if ($env:CONDA -eq "27") { $env:CONDA = "" }
|
||||
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
|
||||
|
Loading…
Reference in New Issue
Block a user