Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
- Install pandoc (required).
- Don't upgrade PIP, takes time, and might not be required to do so
  all the time.
  • Loading branch information
ioannis-vm committed Oct 31, 2024
1 parent ec00a05 commit c01f906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y pandoc
python -m pip install -e .[development]
- name: Check for Sphinx warnings
Expand Down

0 comments on commit c01f906

Please sign in to comment.