Skip to content

reduce-eud-literals #44

reduce-eud-literals

reduce-eud-literals #44

Workflow file for this run

name: Python CI
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
- name: Install model
run: pip install https://storage.googleapis.com/en_ud_model/en_ud_model_sm-1.1.0.tar.gz
- name: Test
run: python -m pytest ./tests