Skip to content

Commit 6bc23e1

Browse files
committed
Upgrade pytype for CI
1 parent 5b55a05 commit 6bc23e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -U pip
2424
pip install -e ".[testing]"
2525
# As pytype can change its behavior in newer versions, we manually upgrade it
26-
pip install "pytype==22.10.0"
26+
pip install "pytype==2023.05.24"
2727
- name: Run pytype
2828
run: |
2929
pytype slack_discovery_sdk/

0 commit comments

Comments
 (0)