Skip to content

Commit

Permalink
use binary of airbyte-ci instead of dev version that requires python10
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jan 8, 2025
1 parent 3344441 commit 23bb388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ 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
make tools.airbyte-ci-binary.install
airbyte-ci-dev \
--ci-report-bucket-name=airbyte-ci-reports-multi \
connectors \
Expand Down

0 comments on commit 23bb388

Please sign in to comment.