Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into zholin/workspace-passing
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp committed Jun 12, 2024
2 parents 0f12cfe + 43d0226 commit c41af58
Show file tree
Hide file tree
Showing 129 changed files with 403,881 additions and 297 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/promptflow-evals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
- name: generate end-to-end test config from secret
run: echo '${{ secrets.PF_EVALS_E2E_TEST_CONFIG }}' >> connections.json
working-directory: ${{ env.WORKING_DIRECTORY }}
- uses: azure/login@v2
with:
creds: ${{ secrets.PF_EVALS_SP_CREDENTIALS }}
enable-AzPSSession: true
- name: run e2e tests
run: poetry run pytest -m e2etest --cov=promptflow --cov-config=pyproject.toml --cov-report=term --cov-report=html --cov-report=xml
working-directory: ${{ env.WORKING_DIRECTORY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promptflow-release-testing-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:
shell: pwsh
working-directory: ${{ github.workspace }}
run: |
pip install langchain
pip install langchain langchain_community
pip install numexpr
python scripts/building/run_coverage_tests.py `
-p ${{ github.workspace }}/src/promptflow/promptflow `
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/connections/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_async_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-async-stream/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-minimal/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-stream/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-with-functions/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_eval_checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-checklist/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_eval_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-code-quality/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-criteria-with-langchain/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_math_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-math-variant/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_with_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-image/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_with_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-pdf/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-wikipedia/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/use_functions_with_chat_models/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_evaluation_eval_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-chat-math/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-classification-accuracy/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-entity-match-rate/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-groundedness/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-multi-turn-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-perceived-intelligence/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-qna-non-rag/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-qna-rag-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-single-turn-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-summarization/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/autonomous-agent/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic-with-builtin-llm/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic-with-connection/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/conditional-flow-for-if-else/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/conditional-flow-for-switch/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/customer-intent-extraction/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/describe-image/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/flow-with-additional-includes/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/flow-with-symlinks/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_gen_docstring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/gen-docstring/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_maths_to_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/maths-to-code/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/named-entity-recognition/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/question-simulation/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/web-classification/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_eval_apology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/eval-apology/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_eval_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/eval-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_format_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/format-output/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Loading

0 comments on commit c41af58

Please sign in to comment.