Skip to content

Commit 2027805

Browse files
Update check-docs.yml
1 parent 5b51595 commit 2027805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: docker://pandoc/core:2.9
1413
- name: Set up Python 3.8
1514
uses: actions/setup-python@v2
1615
with:
1716
python-version: '3.8'
1817
- name: Install doc dependencies
1918
run: |
19+
sudo apt install pandoc
2020
python -m pip install --upgrade pip
2121
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme
2222
- name: Install adapt dependencies

0 commit comments

Comments
 (0)