Skip to content

Commit

Permalink
change the workdir
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Jan 16, 2025
1 parent cf25edf commit 0466f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow_interface_101_mnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

jobs:
run_notebook:
wf_local_101_mnist:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
timeout-minutes: 30
Expand All @@ -36,7 +36,8 @@ jobs:

- name: Run Notebook
run: |
papermill ./openfl-tutorials/experimental/workflow/101_MNIST.ipynb ./openfl-tutorials/experimental/workflow/101_MNIST_output.ipynb --request-save-on-cell-execute --log-output --autosave-cell-every 30
cd openfl-tutorials/experimental/workflow
papermill 101_MNIST.ipynb 101_MNIST_output.ipynb --request-save-on-cell-execute --log-output --autosave-cell-every 30
echo "Notebook run completed"
- name: Tar files
Expand Down

0 comments on commit 0466f5b

Please sign in to comment.