Skip to content

Commit fb31632

Browse files
committed
Install pandoc with apt-get
1 parent c87769a commit fb31632

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-pip-
3636
37+
- name: Install dependencies
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y pandoc
41+
3742
- name: Install project
3843
run: |
3944
pip install --upgrade pip

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ optional-dependencies.docs = [
3939
"nbconvert",
4040
"nbsphinx",
4141
"jupyterlab",
42-
"pandoc",
4342
"pre-commit",
4443
"pyproject-fmt",
4544
"sphinx",

0 commit comments

Comments
 (0)