Skip to content

Commit

Permalink
CI: force pandoc install
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 8, 2023
1 parent bae06ca commit c1102ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/full_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
}
# Check if Pandoc is installed
if (!(C:\ProgramData\chocolatey\bin\choco list --local-only -r pandoc)) {
# Install Pandoc
C:\ProgramData\chocolatey\bin\choco install pandoc -y
}
# if (!(C:\ProgramData\chocolatey\bin\choco list --local-only -r pandoc)) {
# # Install Pandoc
# C:\ProgramData\chocolatey\bin\choco install pandoc -y
# }
C:\ProgramData\chocolatey\bin\choco install pandoc -y
- name: 'Create virtual env'
run: |
Expand Down

0 comments on commit c1102ec

Please sign in to comment.