Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0ab465a5
Unverified
Commit
0ab465a5
authored
Sep 02, 2022
by
Yih-Dar
Committed by
GitHub
Sep 02, 2022
Browse files
pin Slack SDK to 3.18.1 to avoid failing issue (#18869)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
38c3cd52
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/doctests.yml
.github/workflows/doctests.yml
+1
-1
.github/workflows/self-nightly-scheduled.yml
.github/workflows/self-nightly-scheduled.yml
+1
-1
.github/workflows/self-past.yml
.github/workflows/self-past.yml
+1
-1
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-1
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-1
No files found.
.github/workflows/doctests.yml
View file @
0ab465a5
...
...
@@ -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
.github/workflows/self-nightly-scheduled.yml
View file @
0ab465a5
...
...
@@ -233,5 +233,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
pip install slack_sdk
==3.18.1
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"
.github/workflows/self-past.yml
View file @
0ab465a5
...
...
@@ -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
pip install slack_sdk
==3.18.1
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.
...
...
.github/workflows/self-push.yml
View file @
0ab465a5
...
...
@@ -527,5 +527,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
pip install slack_sdk
==3.18.1
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"
.github/workflows/self-scheduled.yml
View file @
0ab465a5
...
...
@@ -358,5 +358,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
pip install slack_sdk
==3.18.1
python utils/notification_service.py "${{ needs.setup.outputs.matrix }}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment