summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-08-09 21:44:57 -0700
committerGitHub <noreply@github.com>2022-08-09 21:44:57 -0700
commitb50be98dea148e5cca450a30cf1ae8a7669c2589 (patch)
tree41ee1f75b3e656248035e9bdf81f8aefe80d29d4 /.circleci/config.yml
parent94a7ce096426462a040ad157cb2f86a07514b72b (diff)
downloadnetworkx-b50be98dea148e5cca450a30cf1ae8a7669c2589.tar.gz
Update precommit hooks (#5923)
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d56391ba..46398533 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,6 @@
version: 2.1
jobs:
-
documentation:
docker:
- image: cimg/python:3.9
@@ -29,7 +28,7 @@ jobs:
name: Install pysal dependencies
command: |
sudo apt-get install libspatialindex-dev
-
+
- restore_cache:
keys:
- pip-cache-v1
@@ -102,7 +101,6 @@ jobs:
- store_artifacts:
path: results
-
workflows:
documentation_and_image_comparison:
jobs: