mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
BLD: Need to specify python version
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ install:
|
||||
- cmd: '%CMD_IN_ENV% conda build conda/ta-lib -q --python=%PYTHON_VERSION% --numpy=%NPY_VERSION_MAJ_MIN%'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda/zipline --python=%PYTHON_VERSION% --numpy=%NPY_VERSION_MAJ_MIN%'
|
||||
|
||||
- cmd: conda create -n testenv --yes --use-local pip numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9
|
||||
- cmd: conda create -n testenv --yes --use-local pip python=%PYTHON_VERSION% numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9
|
||||
- cmd: activate testenv
|
||||
- cmd: pip install -r etc/requirements.txt
|
||||
- cmd: pip install -r etc/requirements_dev.txt
|
||||
|
||||
Reference in New Issue
Block a user