Skip to content

Commit d1b715f

Browse files
committed
[ci] do not install pandoc
1 parent 660dc5f commit d1b715f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
run: |
5959
sudo apt-get update
6060
sudo apt-get dist-upgrade -y
61-
sudo apt-get install -y pandoc
6261
sudo apt-get install -y python3-sphinx
6362
sudo apt-get install -y python3-docutils
6463
- name: documentation

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
astroid
22
docutils
33
mypy
4-
pandoc
54
pytest
65
pytest-flake8
76
pytest-mypy

0 commit comments

Comments
 (0)