Skip to content

Commit db6621c

Browse files
committed
Disable the 3.10 build job as it is too unstable
1 parent 114063d commit db6621c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
timeout-minutes: 10
1313
strategy:
1414
matrix:
15-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
15+
# TODO: 3.10 in GH Actions is not yet stable enough for us
16+
# You may often encounter "Error: Process completed with exit code 250."
17+
# python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
18+
python-version: ['3.6', '3.7', '3.8', '3.9']
1619
env:
1720
PYTHON_SLACK_SDK_MOCK_SERVER_MODE: 'threading'
1821
#CI_UNSTABLE_TESTS_SKIP_ENABLED: '1'

0 commit comments

Comments
 (0)