Skip to content

Commit

Permalink
Update and rename check-jupyter.yml to check-jupyter-wip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Nov 11, 2024
1 parent 41ce130 commit a1c2242
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Test Notebook
name: Test run with nbconvert

on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
workflow_dispatch:
#push:
# branches:
# - "*"
#pull_request:
# branches:
# - "*"

jobs:
test-notebook:
Expand All @@ -27,4 +28,4 @@ jobs:
- name: Test notebook
run: |
jupyter nbconvert --to notebook --execute /tutorials/notebooks/LifeSciencesAPI/nextflow/*.ipynb
jupyter nbconvert --to notebook --execute /notebooks/DL-gwas-gcp-example/*.ipynb

0 comments on commit a1c2242

Please sign in to comment.