Skip to content

Commit

Permalink
Fix build using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed May 10, 2022
1 parent 270467a commit 01357e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
apt-get install wkhtmltopdf
sudo apt-get install wkhtmltopdf
python -m pip install --upgrade pip
pip install pytest pytest-cov coveralls
- name: Install
Expand Down

0 comments on commit 01357e8

Please sign in to comment.