Skip to content

Commit 148d477

Browse files
committed
Pin mypy
1 parent 518ee93 commit 148d477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
script: |
7373
set -euo pipefail
7474
75-
export PYTHON_VERSION=3.9
75+
export PYTHON_VERSION=3.11
7676
export GPU_ARCH_TYPE=cpu
7777
export GPU_ARCH_VERSION=''
7878
@@ -83,7 +83,7 @@ jobs:
8383
conda activate ci
8484
8585
echo '::group::Install lint tools'
86-
pip install --progress-bar=off mypy
86+
pip install --progress-bar=off "mypy==1.13.0"
8787
echo '::endgroup::'
8888
8989
echo '::group::Lint Python types'

0 commit comments

Comments
 (0)