Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpin slack_sdk version #18901

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
unpin slack_sdk version
  • Loading branch information
ydshieh committed Sep 6, 2022
commit 51f5ee58b292c0b1882a3fba4cefc93e5c43f0fa
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
@@ -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==3.18.1
pip install slack_sdk
python utils/notification_service_doc_tests.py
2 changes: 1 addition & 1 deletion .github/workflows/self-nightly-scheduled.yml
Original file line number Diff line number Diff line change
@@ -236,5 +236,5 @@ jobs:
# We pass `needs.setup.outputs.matrix` as the argument. A processing in `notification_service.py` to change
# `models/bert` to `models_bert` is required, as the artifact names use `_` instead of `/`.
run: |
pip install slack_sdk==3.18.1
pip install slack_sdk
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"
2 changes: 1 addition & 1 deletion .github/workflows/self-past.yml
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ jobs:
# We pass `needs.setup.outputs.matrix` as the argument. A processing in `notification_service.py` to change
# `models/bert` to `models_bert` is required, as the artifact names use `_` instead of `/`.
run: |
pip install slack_sdk==3.18.1
pip install slack_sdk
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"

# Upload complete failure tables, as they might be big and only truncated versions could be sent to Slack.
2 changes: 1 addition & 1 deletion .github/workflows/self-push.yml
Original file line number Diff line number Diff line change
@@ -533,5 +533,5 @@ jobs:
# We pass `needs.setup.outputs.matrix` as the argument. A processing in `notification_service.py` to change
# `models/bert` to `models_bert` is required, as the artifact names use `_` instead of `/`.
run: |
pip install slack_sdk==3.18.1
pip install slack_sdk
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"
2 changes: 1 addition & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
@@ -361,5 +361,5 @@ jobs:
# We pass `needs.setup.outputs.matrix` as the argument. A processing in `notification_service.py` to change
# `models/bert` to `models_bert` is required, as the artifact names use `_` instead of `/`.
run: |
pip install slack_sdk==3.18.1
pip install slack_sdk
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"