github: Fix CI build

This commit is contained in:
Bjørn Erik Pedersen 2024-04-11 12:19:27 +02:00
parent bf0b140364
commit 9323376dfa
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
- name: Install docutils - name: Install docutils
run: | run: |
pip install docutils pip install docutils
rst2html.py --version rst2html --version
- if: matrix.os == 'ubuntu-latest' - if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux name: Install pandoc on Linux
run: | run: |

View file

@ -47,7 +47,7 @@ jobs:
- name: Install docutils - name: Install docutils
run: | run: |
pip install docutils pip install docutils
rst2html.py --version rst2html --version
- if: matrix.os == 'ubuntu-latest' - if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux name: Install pandoc on Linux
run: | run: |