Skip to content

Commit

Permalink
Add bash to action.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <saileshradar@gmail.com>
  • Loading branch information
saileshd1402 committed Sep 29, 2024
1 parent 107e5ed commit ec0f2d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-notebook-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ runs:
kubectl_version: ${{ inputs.kubernetes-version }}

- name: Build training-operator
shell: bash
run: |
./scripts/gha/build-image.sh
env:
TRAINING_CI_IMAGE: kubeflowtraining/training-operator:test

- name: Deploy training operator
shell: bash
run: |
./scripts/gha/setup-training-operator.sh
docker system prune -a -f
Expand All @@ -58,5 +60,6 @@ runs:
KUBERNETES_VERSION: ${{ inputs.kubernetes-version }}

- name: Run Jupyter Notebook with Papermill
shell: bash
run: |
papermill ${{ inputs.notebook-input }} ${{ inputs.notebook-output }} --parameters_yaml ${{ inputs.papermill-args-yaml }}

0 comments on commit ec0f2d3

Please sign in to comment.