Skip to content

refactor(styles_and_formulas): update bracket and special character h… #21

refactor(styles_and_formulas): update bracket and special character h…

refactor(styles_and_formulas): update bracket and special character h… #21

Workflow file for this run

name: Run Tests 🧪
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Run Python Tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup uv
uses: yezz123/[email protected]
with:
uv-venv: ".venv"
- name: Run tests
run: |
uv run yadt --help
uv run yadt --bing --files examples/pdf/il_try_1/这是一个测试文件.pdf