Fixing CI again

This commit is contained in:
Jake Poznanski 2025-04-17 14:43:46 -07:00
parent cd79b202ed
commit dd92c75c1f
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,7 @@ jobs:
task: task:
- name: Test - name: Test
run: | run: |
playwright install chromium
pytest -v --color=yes -m "not nonci" tests/ pytest -v --color=yes -m "not nonci" tests/
pytest -v --color=yes -m "not nonci" olmocr/bench/katex/render.py pytest -v --color=yes -m "not nonci" olmocr/bench/katex/render.py
@ -180,7 +181,6 @@ jobs:
pip install --upgrade pip setuptools wheel build pip install --upgrade pip setuptools wheel build
pip install -e .[dev] pip install -e .[dev]
pip install -e .[bench] pip install -e .[bench]
playwright install chromium
- name: Prepare environment - name: Prepare environment
run: | run: |

View File

@ -206,7 +206,7 @@ python -m olmocr.bench.convert marker --dir "$BENCH_DIR"
# Run chatgpt benchmarks # Run chatgpt benchmarks
echo "Running chatgpt benchmarks..." echo "Running chatgpt benchmarks..."
python -m olmocr.bench.convert chatgpt --dir "$BENCH_DIR" python -m olmocr.bench.convert chatgpt --dir "$BENCH_DIR" --parallel 4
#python -m olmocr.bench.convert chatgpt:name=chatgpt45:model=gpt-4.5-preview-2025-02-27 #python -m olmocr.bench.convert chatgpt:name=chatgpt45:model=gpt-4.5-preview-2025-02-27
# Run gemini benchmarks # Run gemini benchmarks