Skip to content

update tutorial notebook #240

update tutorial notebook

update tutorial notebook #240

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
start:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
pip install -r tests/requirements.txt
python3 -m unittest tests/test_patra_mc.py
python3 -m unittest tests/test_patra_inout_data.py
python3 -m unittest tests/test_modelstore_huggingface.py
python3 -m unittest tests/test_modelstore_github.py
python3 -m unittest tests/test_authenticate.py