Skip to content

Commit

Permalink
ci: set fixed python3.10 version to workaround mypy error (#1298)
Browse files Browse the repository at this point in the history
set fixed python3.10 version to workaround mypy error
  • Loading branch information
tianweidut authored Sep 26, 2022
1 parent d97383c commit 204976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.10.6" # https://github.com/python/mypy/issues/13627
defaults:
run:
shell: bash
Expand Down

0 comments on commit 204976b

Please sign in to comment.