Skip to content

Commit

Permalink
chore(ci): force config python3.10 micro version for client ci (#1305)
Browse files Browse the repository at this point in the history
force config python3.10 micro version for client ci
  • Loading branch information
tianweidut authored Sep 27, 2022
1 parent bc5c50c commit 9192c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.10.6" # https://github.com/python/mypy/issues/13627

needs:
- filter
Expand Down Expand Up @@ -145,7 +145,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 9192c70

Please sign in to comment.