CDK: fix empty extras (#36485)
This commit is contained in:
2
.github/workflows/python_cdk_tests.yml
vendored
2
.github/workflows/python_cdk_tests.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
id: install_dependencies
|
||||
working-directory: airbyte-cdk/python
|
||||
run: poetry install
|
||||
run: poetry install --all-extras
|
||||
- name: Build CDK Package
|
||||
working-directory: airbyte-cdk/python
|
||||
run: poetry run poe build
|
||||
|
||||
Reference in New Issue
Block a user