Skip to content

Commit

Permalink
Install pandoc in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 18, 2024
1 parent ffb3888 commit 81b0499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
sudo add-apt-repository --yes ppa:ubuntugis/ppa
sudo apt-get --quiet update
sudo apt-get install --yes gdal-bin libgdal-dev
- name: Installing Python packages
sudo apt-get install pandoc
- name: Installing Python dependencies
run: |
python3 -m pip install --upgrade pip setuptools wheel
# Install NumPy before GDAL
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
sudo add-apt-repository --yes ppa:ubuntugis/ppa
sudo apt-get --quiet update
sudo apt-get install --yes libgdal-dev gdal-bin
sudo apt-get install pandoc
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 81b0499

Please sign in to comment.