Skip to content

Commit 6d5ce67

Browse files
authored
ci: use binary of airbyte-ci instead of dev version that requires python10 (#208)
1 parent cc8ec47 commit 6d5ce67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/connector-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,10 @@ jobs:
129129
env:
130130
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
131131
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
132-
# TODO: Revert below to use `tools.airbyte-ci-binary.install` after Airbyte CI released:
133132
run: |
134133
cd airbyte
135-
make tools.airbyte-ci-dev.install
136-
airbyte-ci-dev \
134+
make tools.airbyte-ci-binary.install
135+
airbyte-ci \
137136
--ci-report-bucket-name=airbyte-ci-reports-multi \
138137
connectors \
139138
--name ${{matrix.connector}} \

0 commit comments

Comments
 (0)