use pip3 for doc dependencies (#51)

This commit is contained in:
Lars Melchior 2020-07-29 13:08:17 +02:00 committed by GitHub
parent 4bcf72420e
commit 082aa0c7df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
brew install doxygen
pip install jinja2 Pygments
pip3 install jinja2 Pygments
- name: Build
run: |