Skip to content

Commit 0bd1943

Browse files
committed
updated ci-cd.yml to set stack to neptune
1 parent fc08a1c commit 0bd1943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }} # Accessing the secret
2525
API_TOKEN: ${{ secrets.API_TOKEN }} # Accessing the API token secret
26-
run: python run_ci_cd.py
26+
run: zenml stack set neptune && python run_ci_cd.py
2727

2828
- name: CML Report
2929
env:

0 commit comments

Comments
 (0)