Skip to content

code_chatbot_wgrounding #162

code_chatbot_wgrounding

code_chatbot_wgrounding #162

Workflow file for this run

name: Test Notebook
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
test-notebook:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install jupyter
- name: Test notebook
run: |
jupyter nbconvert --to notebook --execute /tutorials/notebooks/LifeSciencesAPI/nextflow/*.ipynb