Skip to content

Commit

Permalink
Fix wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jun 3, 2021
1 parent 6060bcf commit 9f8b6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Create Build Environment
run: |
sudo apt install doxygen python3-virtualenv python3-wheel
sudo apt install doxygen python3-virtualenv
sudo npm install -g less clean-css
cmake -E make_directory ${{runner.workspace}}/build
Expand Down
1 change: 1 addition & 0 deletions doc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def create_build_env(venv_dir='virtualenv'):
# Install Sphinx and Breathe. Require the exact version of Sphinx which is
# compatible with Breathe.
pip = Pip(venv_dir)
pip.install('wheel')
pip.install('six')
pip.install('sphinx-doc/sphinx', 'v3.3.0')
pip.install('michaeljones/breathe', 'v4.23.0')
Expand Down

0 comments on commit 9f8b6da

Please sign in to comment.