Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 30, 2024
1 parent 274a4e8 commit bed2d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: brew install doxygen

- name: Install pip3 packages
run: pip3 install Sphinx sphinx-rtd-theme breathe sphinx-mdinclude
run: python3 -m venv .venv; source .venv/bin/activate; pip3 install Sphinx sphinx-rtd-theme breathe sphinx-mdinclude

- name: Configure CMake with DOCS
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDOCS=ON
Expand Down

0 comments on commit bed2d63

Please sign in to comment.