Skip to content

Commit

Permalink
fix: remove connection creation
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotzh committed Oct 19, 2023
1 parent 12ba9c4 commit 162f239
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/bootstrapping-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,6 @@ jobs:
working-directory: cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components
timeout-minutes: 30
continue-on-error: true
- name: create asset for cli/jobs/pipelines-with-components/pipeline_job_with_flow_as_component
if: ${{ always() }}
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
set -x
pip install promptflow
pf connection create -f connection.yaml --set api_key="${{ github.workspace }}" --set api_base="${{ github.workspace }}"
working-directory: cli/jobs/pipelines-with-components/basics/pipeline_job_with_flow_as_component
timeout-minutes: 30
continue-on-error: true
- name: setup env for cli/jobs/pipelines-with-components/rai_pipeline_adult_analyse/
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 162f239

Please sign in to comment.