Skip to content

PYTHON-PACKAGE-007 updating NLP engine #60

PYTHON-PACKAGE-007 updating NLP engine

PYTHON-PACKAGE-007 updating NLP engine #60

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install
run: pip install -ve .
- name: test
run: python -m unittest discover -s tests