Skip to content

Commit

Permalink
set up python for connector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jan 9, 2025
1 parent 2ba163a commit 4d8c1e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
uses: actions/checkout@v4
with:
path: airbyte-python-cdk
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- name: Checkout Airbyte Monorepo
uses: actions/checkout@v4
if: steps.no_changes.outputs.status != 'cancelled'
Expand Down

0 comments on commit 4d8c1e7

Please sign in to comment.