diff options
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 70cb8adc0..f1989afc8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,8 @@ jobs: python3 -m venv venv . venv/bin/activate pip install cython sphinx matplotlib + sudo apt-get update + sudo apt-get install -y graphviz - run: name: build numpy |