File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 2020 sudo apt-get update
2121 wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
2222 sudo dpkg -i pandoc-2.18-1-amd64.deb
23-
24- - run :
25- name : Install tex
26- command : |
27- sudo apt-get install -y texlive
28- sudo apt-get install -y texlive-latex-extra
29- sudo apt-get install -y dvipng
3023
3124 - run :
3225 name : Install 7z, unrar
4336 command : |
4437 sudo apt-get install -y graphviz
4538
46- - run :
47- name : install dependencies manual
48- command : |
49- pip install --upgrade pip
50- pip install numpy scipy
51- pip install scikit-learn --no-deps
52-
5339 - run :
5440 name : install dependencies (2)
5541 command : |
7864 cp dist/*.whl test-reports/dist
7965 mkdir -p test-reports/src
8066 cp -r pandas_streaming test-reports/src
81-
82- # - run:
83- # name: documentation
84- # command: |
85- # . venv/bin/activate
86- # python setup.py build_sphinx
87- #
88- # - run:
89- # name: copy documentation
90- # command: |
91- # mkdir -p test-reports/doc
92- # zip -r -9 test-reports/doc/documentation_html.zip _doc/sphinxdoc/build/html
9367
9468 - store_artifacts :
9569 path : test-reports
You can’t perform that action at this time.
0 commit comments