We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a49fd commit 91c22eaCopy full SHA for 91c22ea
.github/workflows/pytype.yml
@@ -24,7 +24,8 @@ jobs:
24
pip install -e ".[testing]"
25
pip install -e ".[optional]"
26
# As pytype can change its behavior in newer versions, we manually upgrade it
27
- pip install "pytype==2023.9.11"
+ # 2023.9.11 fails due to errors that only happen on GH Actions
28
+ pip install "pytype==2023.5.24"
29
- name: Run pytype
30
run: |
31
pytype slack_sdk/
0 commit comments