Skip to content

Commit

Permalink
ci(test): update test commands to use babeldoc
Browse files Browse the repository at this point in the history
- replace yadt with babeldoc in test commands
- ensure compatibility with new tooling
  • Loading branch information
awwaawwa committed Feb 11, 2025
1 parent 0a5a978 commit 07f832f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- name: Run tests
run: |
uv run yadt --help
uv run yadt --bing --files examples/ci/test.pdf
uv run babeldoc --help
uv run babeldoc --bing --files examples/ci/test.pdf

0 comments on commit 07f832f

Please sign in to comment.