Skip to content

Add cli test

Add cli test #1

Workflow file for this run

name: Integration test
on: [push]
env:
TORCH_DEVICE: "cpu"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Python dependencies
run: |
pip install poetry
poetry install
- name: Run script
run: |
poetry run pdftext benchmark/adversarial_short.pdf