Skip to content

Commit

Permalink
try pipx instead
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Ferenczi <[email protected]>
  • Loading branch information
5had3z committed May 31, 2024
1 parent 4ad3d29 commit 2503c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2503c57

Please sign in to comment.