pin Slack SDK to 3.18.1 to avoid failing issue (#18869)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-09-02 16:49:08 +02:00
committed by GitHub
parent 38c3cd52fb
commit 0ab465a5d2
5 changed files with 5 additions and 5 deletions

View File

@@ -74,5 +74,5 @@ jobs:
CI_SLACK_CHANNEL_ID_DAILY: ${{ secrets.CI_SLACK_CHANNEL_ID_DAILY_DOCS }}
CI_SLACK_CHANNEL_DUMMY_TESTS: ${{ secrets.CI_SLACK_CHANNEL_DUMMY_TESTS }}
run: |
pip install slack_sdk
pip install slack_sdk==3.18.1
python utils/notification_service_doc_tests.py