We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ab69 commit b432353Copy full SHA for b432353
.github/workflows/auto-pr-on-issue.yml
@@ -26,9 +26,6 @@ jobs:
26
- name: Install uv
27
uses: astral-sh/setup-uv@v6
28
29
- - name: Install Pandoc
30
- uses: pandoc/actions/setup@v1
31
-
32
- name: Set up Git
33
run: |
34
git config --global user.email "[email protected]"
.github/workflows/snapshot-ci.yml
@@ -18,9 +18,6 @@ jobs:
18
19
20
21
22
23
24
- name: Run snapshot tests
25
uv run python .github/auto-pr-tests/test_runner.py
0 commit comments