Skip to content

Commit

Permalink
Upgrade pytype version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 12, 2023
1 parent 6a216b5 commit ea70807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -e ".[testing]"
pip install -e ".[optional]"
# As pytype can change its behavior in newer versions, we manually upgrade it
pip install "pytype==2023.5.24"
pip install "pytype==2023.9.11"
- name: Run pytype
run: |
pytype slack_sdk/

0 comments on commit ea70807

Please sign in to comment.