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
6c62d279
Commit
6c62d279
authored
Apr 03, 2018
by
Henry Schreiner
Committed by
Jason Rhinelander
Apr 03, 2018
Browse files
Fix for conda failures on Windows
parent
41a4fd8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.appveyor.yml
.appveyor.yml
+1
-0
No files found.
.appveyor.yml
View file @
6c62d279
...
@@ -48,6 +48,7 @@ install:
...
@@ -48,6 +48,7 @@ install:
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
$env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH"
$env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH"
$env:PYTHONHOME = "C:\Miniconda$env:CONDA"
$env:PYTHONHOME = "C:\Miniconda$env:CONDA"
conda update -y -n base conda
conda install -y -q pytest numpy scipy
conda install -y -q pytest numpy scipy
}
}
-
ps
:
|
-
ps
:
|
...
...
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