Skip to content

Commit

Permalink
Upgrade pytype for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 15, 2023
1 parent 5b55a05 commit 6bc23e1
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 @@ -23,7 +23,7 @@ jobs:
pip install -U pip
pip install -e ".[testing]"
# As pytype can change its behavior in newer versions, we manually upgrade it
pip install "pytype==22.10.0"
pip install "pytype==2023.05.24"
- name: Run pytype
run: |
pytype slack_discovery_sdk/

0 comments on commit 6bc23e1

Please sign in to comment.