Skip to content

Commit 56aff1b

Browse files
Keep Pandoc installation out of this PR.
1 parent 35f4a8f commit 56aff1b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/auto-pr-on-issue.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v6
2828

29-
- name: Install Pandoc
30-
uses: pandoc/actions/setup@v1
31-
3229
- name: Set up Git
3330
run: |
3431
git config --global user.email "[email protected]"

.github/workflows/snapshot-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v6
2020

21-
- name: Install Pandoc
22-
uses: pandoc/actions/setup@v1
23-
2421
- name: Run snapshot tests
2522
run: |
2623
uv run python .github/auto-pr-tests/test_runner.py

0 commit comments

Comments
 (0)