Skip to content

Commit

Permalink
improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanhashmi committed Aug 10, 2023
1 parent a30d336 commit 5a3e855
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Execute notebook
name: Run notebooks

on:
pull_request: {}
Expand All @@ -10,15 +10,18 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- uses: yaananth/run-notebook@v2

- name: Run notebooks
uses: yaananth/run-notebook@v2
env:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
GITHUB: ${{ toJson(github) }}
with:
notebook: "notebooks/run-notebooks.ipynb"
isReport: False
poll: True
poll: False

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 5a3e855

Please sign in to comment.