Skip to content

Commit

Permalink
Use a newer pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 1, 2024
1 parent e8c7060 commit ca55805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
run: |
# pandoc is required for README.rst -> README.md conversion
sudo apt-get update
sudo apt-get install -y pandoc
wget https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-1-amd64.deb
sudo apt-get ./pandoc-3.3-1-amd64.deb
python -m pip install --upgrade pip
python -m pip install -r dev_requirements.txt
- name: Make release
Expand Down

0 comments on commit ca55805

Please sign in to comment.