File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ before_install:
52
52
- conda create -n linearmodels-test python=${PYTHON} numpy=${NUMPY} scipy=${SCIPY} pandas=${PANDAS} statsmodels matplotlib seaborn
53
53
- source activate linearmodels-test
54
54
- if [[ ${XARRAY} = true ]]; then conda install xarray; fi
55
- - conda install --yes --quiet sphinx ipython jupyter nbconvert nbformat
56
- - pip install pytest pytest-xdist coverage pytest-cov codecov sphinx doctr nbsphinx guzzle_sphinx_theme -q
57
- - pip install --upgrade --no-deps sphinx
58
- - pip install sphinx
55
+ - conda install --yes --quiet sphinx ipython jupyter nbconvert nbformat pytest pytest-xdist coverage pytest-cov
56
+ - pip install codecov doctr nbsphinx guzzle_sphinx_theme -q
57
+ # - pip install --upgrade --no-deps sphinx
58
+ # - pip install sphinx
59
59
- export PYTHONHASHSEED=0
60
60
- export MKL_NUM_THREADS=1
61
61
You can’t perform that action at this time.
0 commit comments