Skip to content

Commit 8c02cdf

Browse files
committed
ci: unpin mypy from lint job
1 parent c8e5a25 commit 8c02cdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- uses: actions/setup-python@v5
5353
with:
5454
python-version: '3.x'
55-
# Pin mypy to version 1.8, so we retain the ability to lint for Python 3.7
56-
- run: python -m pip install "mypy==1.8" strictyaml truststore types-PyYAML types-tqdm types-chevron
55+
- run: python -m pip install strictyaml truststore types-PyYAML types-tqdm types-chevron
5756
- run: python run_mypy.py --allver
5857
env:
5958
PYTHONUNBUFFERED: 1

0 commit comments

Comments
 (0)