@@ -23,6 +23,7 @@ jobs:
source activate mineru
conda env list
pip show coverage
+ git checkout "dev"
# cd $GITHUB_WORKSPACE && sh tests/retry_env.sh
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && coverage run -m pytest tests/unittest/ --cov=magic_pdf/ --cov-report html --cov-report term-missing
@@ -10,7 +10,6 @@ on:
paths-ignore:
- "cmds/**"
- "**.md"
- workflow_dispatch:
jobs:
cli-test:
if: github.repository == 'opendatalab/MinerU'