Skip to content

Commit 768fff2

Browse files
committed
try uv-based install
1 parent ed012bc commit 768fff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/connector-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
-f description="Running connector tests..." \
146146
-f context="${{ matrix.connector }} Test Report"
147147
148+
- name: Install the latest version of uv
149+
uses: astral-sh/setup-uv@v6
148150
- name: Test Connector
149151
if: steps.no_changes.outputs.status != 'cancelled'
150152
timeout-minutes: 90
@@ -153,7 +155,7 @@ jobs:
153155
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
154156
run: |
155157
cd airbyte
156-
make tools.airbyte-ci.install
158+
make tools.airbyte-ci-dev.install
157159
airbyte-ci \
158160
--ci-report-bucket-name=airbyte-ci-reports-multi \
159161
connectors \

0 commit comments

Comments
 (0)