Skip to content

Commit

Permalink
Update Promptflow CI, use pfazure to submit flow run (#1976)
Browse files Browse the repository at this point in the history
* use pfazure submit flow run

* fix format

* fix cspell

* pep8 update

* fix syntax check

* update

* update

* update

* update utils

* update

* fix comment

* update

---------

Co-authored-by: Yuhang Liu <[email protected]>
  • Loading branch information
liuyuhang13 and Yuhang Liu authored Dec 21, 2023
1 parent e095dea commit b67b4e6
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 684 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/promptflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
branches:
- main
paths:
- 'assets/promptflow/models/**'
- '.github/workflows/promptflow_ci.yml'
- 'scripts/promptflow_ci/**'
- assets/promptflow/models/**
- .github/workflows/promptflow-ci.yml
- scripts/promptflow-ci/**

env:
PROMPTFLOW_DIR: "assets/promptflow/models"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Validate prompt flows
run: |
python scripts/promptflow-ci/promptflow_ci.py --local
python scripts/promptflow-ci/promptflow_ci.py
- name: Run cspell for typo check
working-directory: ${{ env.PROMPTFLOW_DIR }}
Expand Down
6 changes: 5 additions & 1 deletion assets/promptflow/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@
"uionly",
"llmops",
"Abhishek",
"restx"
"restx",
"ayod",
"AYOD",
"Featur",
"showno"
],
"flagWords": [
"Prompt Flow"
Expand Down
Loading

0 comments on commit b67b4e6

Please sign in to comment.