From 672cb5738f0bdeebf6c3d24c3226bf6cef827aae Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Sun, 3 Dec 2023 10:49:54 +0000 Subject: [PATCH] Fix doc build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6dadb9d2..b09d0227a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -789,6 +789,7 @@ jobs: if: ${{ (matrix.doc_build == true) }} run: | sudo apt-get install -y doxygen + pip install --upgrade pip pip install -r requirements.txt mkdir -p obj && cd obj cmake \