File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ jobs:
140140 with :
141141 poetry-version : " 2.0.1"
142142
143+ - name : Install Airbyte CDK
144+ if : steps.no_changes.outputs.status != 'cancelled'
145+ run : |
146+ cd airbyte-python-cdk
147+ poetry install --all-extras
148+
143149 # Create initial pending status for test report
144150 - name : Create Pending Test Report Status
145151 if : steps.no_changes.outputs.status != 'cancelled'
@@ -164,7 +170,7 @@ jobs:
164170 GCP_GSM_CREDENTIALS : ${{ secrets.GCP_GSM_CREDENTIALS }}
165171 POETRY_DYNAMIC_VERSIONING_BYPASS : " 0.0.0"
166172 run : |
167- airbyte-cdk connector test ${{matrix.connector}}
173+ poetry run airbyte-cdk connector test ${{matrix.connector}}
168174
169175 # Update the test report status with results
170176 - name : Update Test Report Status
You can’t perform that action at this time.
0 commit comments