summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-05-13 12:21:08 -0700
committerGitHub <noreply@github.com>2021-05-13 12:21:08 -0700
commit56abf2edfb4c061e027dba1d98adaf3d98e38f4b (patch)
tree1083fa4938a2324c4684dcd70493fb5522fbfbba /.circleci/config.yml
parentba7992d8cb8fd0ae08a1a23144db4f3e23178673 (diff)
downloadnetworkx-56abf2edfb4c061e027dba1d98adaf3d98e38f4b.tar.gz
Remove mayavi and cartopy dependencies (#4800)
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index de4b2263..2d21effc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -26,26 +26,10 @@ jobs:
sudo apt-get install texlive texlive-latex-extra latexmk texlive-xetex fonts-freefont-otf xindy
- run:
- name: Install cartopy dependencies
- command: |
- sudo apt-get install libgeos-dev libproj-dev
-
- - run:
name: Install pysal dependencies
command: |
sudo apt-get install libspatialindex-dev
- - run:
- name: Install mayavi dependencies
- command : |
- sudo apt-get --no-install-recommends install -y libxkbcommon-x11-0 optipng libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 xcb libxcb-xfixes0 libxcb-xinerama0 libxcb-shape0 xvfb
-
- - run:
- name: Configure for headless mayavi
- command: |
- echo "export DISPLAY=:99" >> $BASH_ENV
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x200x24 -ac +extension GLX +render -noreset;
-
- restore_cache:
keys:
- pip-cache-v1
@@ -58,7 +42,6 @@ jobs:
pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
pip install -r requirements/extra.txt
- pip install -r requirements/example-requirements.txt
pip install -r requirements/example.txt
pip install -r requirements/doc.txt
pip list