Skip to content

Commit

Permalink
[AUTO-CHERRYPICK] Updated PR checks to use Python 3.9. - branch main (#…
Browse files Browse the repository at this point in the history
…11798)

Co-authored-by: Pawel Winogrodzki <[email protected]>
  • Loading branch information
CBL-Mariner-Bot and PawelWMS authored Jan 7, 2025
1 parent 535e99c commit ef525f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-entangled-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/checkout@v4

# For consistency, we use the same major/minor version of Python that CBL-Mariner ships
- name: Setup Python 3.7
- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9

- name: Get Python dependencies
run: python3 -m pip install -r toolkit/scripts/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
path: 'spec-cleaner'

# For consistency, we use the same major/minor version of Python that CBL-Mariner ships
- name: Setup Python 3.7
- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9

# We take our version of the linting tool from the master branch to ensure rules
# are consistent across all branches
Expand Down

0 comments on commit ef525f0

Please sign in to comment.