Skip to content

Commit 37f4386

Browse files
authored
Temporarily reduce the load of sdk integration tests (#1758)
1 parent e35ed7b commit 37f4386

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ jobs:
3838
- python-version: 3.8
3939
api-key: STAGING_LABELBOX_API_KEY_2
4040
da-test-key: DA_GCP_LABELBOX_API_KEY
41-
- python-version: 3.9
42-
api-key: STAGING_LABELBOX_API_KEY_3
43-
da-test-key: DA_GCP_LABELBOX_API_KEY
44-
- python-version: "3.10"
45-
api-key: STAGING_LABELBOX_API_KEY_4
46-
da-test-key: DA_GCP_LABELBOX_API_KEY
47-
- python-version: 3.11
48-
api-key: STAGING_LABELBOX_API_KEY
49-
da-test-key: DA_GCP_LABELBOX_API_KEY
50-
- python-version: 3.12
51-
api-key: STAGING_LABELBOX_API_KEY_5
52-
da-test-key: DA_GCP_LABELBOX_API_KEY
41+
# - python-version: 3.9
42+
# api-key: STAGING_LABELBOX_API_KEY_3
43+
# da-test-key: DA_GCP_LABELBOX_API_KEY
44+
# - python-version: "3.10"
45+
# api-key: STAGING_LABELBOX_API_KEY_4
46+
# da-test-key: DA_GCP_LABELBOX_API_KEY
47+
# - python-version: 3.11
48+
# api-key: STAGING_LABELBOX_API_KEY
49+
# da-test-key: DA_GCP_LABELBOX_API_KEY
50+
# - python-version: 3.12
51+
# api-key: STAGING_LABELBOX_API_KEY_5
52+
# da-test-key: DA_GCP_LABELBOX_API_KEY
5353
uses: ./.github/workflows/python-package-shared.yml
5454
with:
5555
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)