Skip to content

Commit

Permalink
test it out
Browse files Browse the repository at this point in the history
  • Loading branch information
kenxu95 committed Jun 21, 2022
1 parent ad66d38 commit ff8509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run Sentiment Notebook
working-directory: sdk/examples
timeout-minutes: 10
run: python3 run_notebook.py --path "sentiment_analysis/Sentiment Model.ipynb" --api_key ${{ env.API_KEY }} --server_address localhost:8080
run: python3 run_notebook.py --path "sentiment_analysis/Sentiment Model.ipynb" --api_key ${{ env.API_KEY }} --server_address localhost:8081

- name: Run Churn Notebook
working-directory: sdk/examples
Expand Down

0 comments on commit ff8509f

Please sign in to comment.