We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0bf50 commit 79cc462Copy full SHA for 79cc462
.github/workflows/connector-tests.yml
@@ -142,9 +142,9 @@ jobs:
142
run: |
143
# Get the language of the connector from the metadata file
144
CONNECTOR_LANGUAGE=$(poe -qq get-language)
145
- echo "language=$CONNECTOR_LANGUAGE" | tee -a $GITHUB_ENV
+ echo "CONNECTOR_LANGUAGE=$CONNECTOR_LANGUAGE" | tee -a $GITHUB_ENV
146
147
- - name: Install Airbyte CDK
+ - name: Install CDK with Poetry
148
if: steps.no_changes.outputs.status != 'cancelled'
149
150
cd airbyte-python-cdk
0 commit comments