Skip to content

fixed keep_in_memory for blue #400

fixed keep_in_memory for blue

fixed keep_in_memory for blue #400

Workflow file for this run

name: "Run CI"
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- "**"
- "!gh-pages"
jobs:
code-checks:
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project/docling-metrics') }}
uses: ./.github/workflows/job-checks.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build-wheels-hello-world-cpp:
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project/docling-metrics') }}
uses: ./.github/workflows/wheels.yml
with:
package: docling-metrics-hello-world-cpp
build-wheels-table:
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project/docling-metrics') }}
uses: ./.github/workflows/wheels.yml
with:
package: docling-metrics-table
build-wheels-text:
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project/docling-metrics') }}
uses: ./.github/workflows/wheels.yml
with:
package: docling-metrics-text