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 20
20
sudo apt-get update
21
21
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
22
22
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
30
23
31
24
- run :
32
25
name : Install 7z, unrar
43
36
command : |
44
37
sudo apt-get install -y graphviz
45
38
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
-
53
39
- run :
54
40
name : install dependencies (2)
55
41
command : |
78
64
cp dist/*.whl test-reports/dist
79
65
mkdir -p test-reports/src
80
66
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
93
67
94
68
- store_artifacts :
95
69
path : test-reports
You can’t perform that action at this time.
0 commit comments