Skip to content

Commit

Permalink
ci: use binary of airbyte-ci instead of dev version that requires pyt…
Browse files Browse the repository at this point in the history
…hon10 (#208)
  • Loading branch information
aaronsteers authored Jan 9, 2025
1 parent cc8ec47 commit 6d5ce67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,10 @@ jobs:
env:
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
# TODO: Revert below to use `tools.airbyte-ci-binary.install` after Airbyte CI released:
run: |
cd airbyte
make tools.airbyte-ci-dev.install
airbyte-ci-dev \
make tools.airbyte-ci-binary.install
airbyte-ci \
--ci-report-bucket-name=airbyte-ci-reports-multi \
connectors \
--name ${{matrix.connector}} \
Expand Down

0 comments on commit 6d5ce67

Please sign in to comment.