Skip to content

add chatify to the ci scripts #262

add chatify to the ci scripts

add chatify to the ci scripts #262

Workflow file for this run

name : CI
on:
push:
branches: main
pull_request:
branches: main
env:
NB_KERNEL: python3
MPLBACKEND: Agg
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install pytest -r requirements.txt
jupyter kernelspec list
- name: Execute tests
run: make test