Skip to content

Commit

Permalink
create_pr: fix apt install pandoc with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Sep 18, 2024
1 parent a509fdc commit 26c303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install dependencies
#if: steps.verify-documentation-update.outputs.doc == 'true'
run: |
apt install pandoc
sudo apt install pandoc
pip install -e .[doc]
- name: Check build docs
#if: steps.verify-documentation-update.outputs.doc == 'true'
Expand Down

0 comments on commit 26c303c

Please sign in to comment.