From 7d5fde991d598370d961be8cb7add6541e2b59ce Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:42:00 +0200 Subject: [PATCH] unpin slack_sdk version (#18901) Co-authored-by: ydshieh --- .github/workflows/doctests.yml | 2 +- .github/workflows/self-nightly-scheduled.yml | 2 +- .github/workflows/self-past.yml | 2 +- .github/workflows/self-push.yml | 2 +- .github/workflows/self-scheduled.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/doctests.yml b/.github/workflows/doctests.yml index 8a8968be52..9fc74e2e6c 100644 --- a/.github/workflows/doctests.yml +++ b/.github/workflows/doctests.yml @@ -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 diff --git a/.github/workflows/self-nightly-scheduled.yml b/.github/workflows/self-nightly-scheduled.yml index 1cdbd6982b..f1822be911 100644 --- a/.github/workflows/self-nightly-scheduled.yml +++ b/.github/workflows/self-nightly-scheduled.yml @@ -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 }}" diff --git a/.github/workflows/self-past.yml b/.github/workflows/self-past.yml index c977689977..b3871dc92f 100644 --- a/.github/workflows/self-past.yml +++ b/.github/workflows/self-past.yml @@ -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. diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index f2f88ad1b9..56e425570c 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -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 }}" diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 34380faa4e..82d33babf4 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -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 }}"