1
0
mirror of synced 2026-01-26 13:01:49 -05:00

CDK: fix empty extras (#36485)

This commit is contained in:
Ella Rohm-Ensing
2024-03-26 08:49:47 -07:00
committed by GitHub
parent ddc079e971
commit d58466c0bb
4 changed files with 104 additions and 105 deletions

View File

@@ -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