Skip to content

Commit

Permalink
chore: use python 3.11 for connector tests in CI (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab authored Feb 4, 2025
1 parent ef97304 commit 979598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
# Create initial pending status for test report
- name: Create Pending Test Report Status
if: steps.no_changes.outputs.status != 'cancelled'
Expand Down

0 comments on commit 979598c

Please sign in to comment.