mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 12:04:35 +03:00
use pip3 for doc dependencies (#51)
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user