Skip to content

Commit 24c8c37

Browse files
committed
Update Python and pyink version to be aligned with code_style.sh
1 parent 13ceefa commit 24c8c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CPUTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.10']
15+
python-version: ['3.12']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pylint pyink pytype==2024.2.27
25+
pip install pylint pyink==23.10.0 pytype==2024.2.27
2626
# - name: Typecheck the code with pytype
2727
# run: |
2828
# pytype --jobs auto --disable import-error src/maxdiffusion/

0 commit comments

Comments
 (0)