Skip to content

build(deps): bump scikit-learn from 1.3.0 to 1.5.0 in /nlpengine #49

build(deps): bump scikit-learn from 1.3.0 to 1.5.0 in /nlpengine

build(deps): bump scikit-learn from 1.3.0 to 1.5.0 in /nlpengine #49

Workflow file for this run

name: nlpengine continuous integration (CI)
on:
push:
paths:
- nlpengine/**
jobs:
nlpengine-unit-tests:
runs-on: ubuntu-latest
container: python:3.10.1-slim-buster
timeout-minutes: 5
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Install dependencies & run tests
run: |
cd nlpengine/
pip3 install -r requirements.txt
coverage run -m pytest --cov ./ --cov-branch --cov-report term-missing --cov-config=./tests/.coveragerc