File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 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
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).
You can’t perform that action at this time.
0 commit comments