Skip to content

Commit 3af579f

Browse files
authored
Merge pull request #153 from ImperialCollegeLondon/fix_publish_workflow
Fix publish with testpypi removed
2 parents be603ba + f2192dd commit 3af579f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- uses: actions/setup-python@v5
5555
with:
5656
python-version: "3.11"
57+
58+
- name: Install Pandoc
59+
run: sudo apt-get update && sudo apt-get install -y pandoc
5760

5861
- name: Install dependencies
5962
run: pip install .[doc]

0 commit comments

Comments
 (0)