File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ environment:
14
14
PYTHON_ARCH : " 64"
15
15
16
16
install :
17
- # Install miniconda Python
18
- - " powershell ./ci/install_python.ps1"
17
+ # Install miniconda Python
18
+ - " powershell ./ci/install_python.ps1"
19
19
20
- # Prepend newly installed Python to the PATH of this build (this cannot be
21
- # done from inside the powershell script as it would require to restart
22
- # the parent CMD process).
23
- - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
20
+ # Prepend newly installed Python to the PATH of this build (this cannot be
21
+ # done from inside the powershell script as it would require to restart
22
+ # the parent CMD process).
23
+ - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
24
24
25
- # Check that we have the expected version and architecture for Python
26
- - " python --version"
27
- - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
25
+ # Check that we have the expected version and architecture for Python
26
+ - " python --version"
27
+ - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
28
28
29
- # install xray and depenencies
30
- - " conda install --yes --quiet pip numpy scipy pandas nose pytz ephem numba"
31
- - " python setup.py install"
29
+ # install xray and depenencies
30
+ - " conda install --yes --quiet pip numpy scipy pandas nose pytz ephem numba"
31
+ - " python setup.py install"
32
32
33
33
build : false
34
34
You can’t perform that action at this time.
0 commit comments