Skip to content

Commit 9b5fd2d

Browse files
omar2535Omar Tsai
authored and
Omar Tsai
committed
Update python version for CI
1 parent fdd2e0f commit 9b5fd2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code_climate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.11
19+
python-version: 3.12
2020
- name: Install Python dependencies
2121
run: |
2222
pip install poetry

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Python
1010
uses: actions/setup-python@v1
1111
with:
12-
python-version: 3.11
12+
python-version: 3.12
1313
architecture: x64
1414
- name: Checkout PyTorch
1515
uses: actions/checkout@master

0 commit comments

Comments
 (0)