Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
ffd56ebe
"example/example-python-types.py" did not exist on "de3ad078991fee386f6300affcd9b09d0db40c7d"
Commit
ffd56ebe
authored
Apr 22, 2018
by
Henry Schreiner
Committed by
Wenzel Jakob
Apr 22, 2018
Browse files
Fix pip issues on AppVeyor CI (#1369)
parent
060936fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+2
-2
No files found.
.appveyor.yml
View file @
ffd56ebe
...
@@ -41,8 +41,8 @@ install:
...
@@ -41,8 +41,8 @@ install:
if ($env:PYTHON) {
if ($env:PYTHON) {
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
pip install
--disable-pip-version-check --user
--upgrade pip wheel
p
ython -m p
ip install --upgrade pip wheel
pip install pytest numpy
python -m
pip install pytest numpy
--no-warn-script-location
} elseif ($env:CONDA) {
} elseif ($env:CONDA) {
if ($env:CONDA -eq "27") { $env:CONDA = "" }
if ($env:CONDA -eq "27") { $env:CONDA = "" }
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment