Skip to content

Commit 2abe3d4

Browse files
ci: remove setup-python from generate-connector-registries
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent fbdda58 commit 2abe3d4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/generate-connector-registries.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
ref: ${{ github.event.inputs.gitref || github.ref }}
3333
submodules: true # Required for the enterprise repo since it uses a submodule that needs to exist for this workflow to run successfully.
3434

35-
- name: Set up Python
36-
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72 # v5.6.0
37-
with:
38-
python-version: "3.11"
39-
check-latest: true
40-
update-environment: true
41-
4235
- name: Install uv
4336
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
4437

@@ -64,13 +57,6 @@ jobs:
6457
ref: ${{ github.event.inputs.gitref || github.ref }}
6558
submodules: true # Required for the enterprise repo since it uses a submodule that needs to exist for this workflow to run successfully.
6659

67-
- name: Set up Python
68-
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72 # v5.6.0
69-
with:
70-
python-version: "3.11"
71-
check-latest: true
72-
update-environment: true
73-
7460
- name: Install Poetry
7561
# TODO: Remove Poetry once generate-specs-secrets-mask and generate-registry-report
7662
# are migrated to the ops CLI (airbyte-internal-ops).

0 commit comments

Comments
 (0)