Skip to content

Commit 779a7c9

Browse files
committed
Update config.yml
1 parent 0b83329 commit 779a7c9

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.circleci/config.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
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
@@ -43,13 +36,6 @@ jobs:
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: |
@@ -78,18 +64,6 @@ jobs:
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

0 commit comments

Comments
 (0)