Skip to content

Commit

Permalink
Bump CI python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdsuneraavinash committed Feb 20, 2024
1 parent db25998 commit 096dddf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: 3.9
python-version: 3.11

# Run all pre-commit hooks on all the files.
# Getting only staged files can be tricky in case a new PR is opened
Expand All @@ -39,10 +39,10 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: 3.9
python-version: 3.11

- name: Get pip cache dir
id: pip-cache-location
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: 3.9
python-version: 3.11

- name: Get pip cache dir
id: pip-cache-location
Expand Down

0 comments on commit 096dddf

Please sign in to comment.