Skip to content

Commit

Permalink
upgrade pandoc on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Dec 20, 2020
1 parent 7c67d69 commit bbe1c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build: off
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install --upgrade pip"
- "%CMD_IN_ENV% pip install .[webpage,dev] panflute==1.12.5"
- "%CMD_IN_ENV% pip install .[webpage,dev] panflute==2.0.5"

before_test:
- choco install pandoc --version 2.9.2
- choco install pandoc --version 2.11.3.1
- ps: $env:Path += ";C:\Program Files\Pandoc\"

test_script:
Expand Down

0 comments on commit bbe1c24

Please sign in to comment.