Skip to content

Commit

Permalink
Update version of mypy to 1.5.1 in CI to prevent bug mypy#12533
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering authored Oct 5, 2023
1 parent 041b476 commit 7be7677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy==0.990
pip install mypy==1.5.1
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: mypy
run: |
Expand Down

0 comments on commit 7be7677

Please sign in to comment.