Skip to content

Commit d982c24

Browse files
committed
pre-install airbyte-cdk
1 parent c5c1f06 commit d982c24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/connector-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)