Skip to content

Commit

Permalink
Update check-jupyter-wip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Nov 14, 2024
1 parent e5d23bf commit 9b4c193
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-jupyter-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
- name: Install dependencies
run: |
pip install jupyter
pip install pytest nbmake nbformat
## Later move the above to a requrements.txt and run the below
## pip install -r requirements.txt
- name: Test notebook
run: |
pwd
jupyter nbconvert --to notebook --execute notebooks/GenAI/Gemini_Intro.ipynb
#jupyter nbconvert --to notebook --execute notebooks/GenAI/Gemini_Intro.ipynb
pytest --nbmake notebooks/GenAI/Gemini_Intro.ipynb

0 comments on commit 9b4c193

Please sign in to comment.