From 20185f6e94b00672bad6079fd369eeb2741be345 Mon Sep 17 00:00:00 2001 From: Geir Date: Thu, 31 Oct 2024 17:58:20 +0100 Subject: [PATCH] ci: add sudo to graphviz install --- .github/workflows/ci-cd.yml | 2 +- .readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 100135d..0015561 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Graphviz - run: apt-get install graphviz -y + run: sudo apt-get install graphviz -y - name: Install poetry uses: snok/install-poetry@v1 diff --git a/.readthedocs.yml b/.readthedocs.yml index c8d71c0..3bb4f9d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,7 @@ build: jobs: post_create_environment: # install graphviz - - apt-get install graphviz -y + - sudo apt-get install graphviz -y # Install poetry et.al. # https://python-poetry.org/docs/#installing-manually - pip install poetry jupyter-book sphinx-autoapi toml numpy pandas rustworkx scipy rich matplotlib tqdm ipywidgets graphviz packaging pydot pillow