We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ceefa commit 24c8c37Copy full SHA for 24c8c37
1 file changed
.github/workflows/CPUTests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest]
15
- python-version: ['3.10']
+ python-version: ['3.12']
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python ${{ matrix.python-version }}
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install pylint pyink pytype==2024.2.27
+ pip install pylint pyink==23.10.0 pytype==2024.2.27
26
# - name: Typecheck the code with pytype
27
# run: |
28
# pytype --jobs auto --disable import-error src/maxdiffusion/
0 commit comments