Skip to content

Update GCP_Code_Chatbot_wGrounding.ipynb #167

Update GCP_Code_Chatbot_wGrounding.ipynb

Update GCP_Code_Chatbot_wGrounding.ipynb #167

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