use pip3 for doc dependencies (#51)
This commit is contained in:
parent
4bcf72420e
commit
082aa0c7df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
brew install doxygen
|
||||
pip install jinja2 Pygments
|
||||
pip3 install jinja2 Pygments
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue