From 2503c57717677d89b4a9931279bce2373783a85a Mon Sep 17 00:00:00 2001 From: Bryce Ferenczi Date: Fri, 31 May 2024 12:27:03 +1000 Subject: [PATCH] try pipx instead Signed-off-by: Bryce Ferenczi --- .github/workflows/readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 8b0ba17..d7e7eec 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -10,11 +10,11 @@ jobs: - name: Requirements run: | sudo apt-get update - sudo apt-get install doxygen sphinx-doc python3-sphinx-rtd-theme python3-breathe + sudo apt-get install doxygen sphinx-doc python3-sphinx-rtd-theme python3-breathe pipx - name: Checkout repo uses: actions/checkout@v4 - name: Need to build main library for python bindings. - run: python3 -m pip install . + run: pipx install . - name: Build docs run: | mkdir -p docs/_build/html/_sources