Skip to content

Commit

Permalink
Fix #1099 by locking pytype version (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Jun 25, 2024
1 parent b88d0fc commit ce27780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_all_and_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ else
pip install -U pip click && \
black slack_bolt/ tests/ && \
pytest && \
pip install -U pytype && \
pip install "pytype==2022.12.15" && \
pytype slack_bolt/
fi

0 comments on commit ce27780

Please sign in to comment.