Skip to content

Commit 91c22ea

Browse files
committed
Revert pytype upgrade
1 parent d9a49fd commit 91c22ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytype.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
pip install -e ".[testing]"
2525
pip install -e ".[optional]"
2626
# As pytype can change its behavior in newer versions, we manually upgrade it
27-
pip install "pytype==2023.9.11"
27+
# 2023.9.11 fails due to errors that only happen on GH Actions
28+
pip install "pytype==2023.5.24"
2829
- name: Run pytype
2930
run: |
3031
pytype slack_sdk/

0 commit comments

Comments
 (0)