Skip to content

Commit c5c96fe

Browse files
committed
parallelize
1 parent 309c39d commit c5c96fe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ jobs:
1616
matrix:
1717
# TODO: unlock parallel testing by using more API keys
1818
python-version: [3.6, 3.7, 3.8]
19-
include:
20-
- python-version: 3.6
21-
prod-key: LABELBOX_API_KEY
22-
staging-key: STAGING_LABELBOX_API_KEY
23-
- python-version: 3.7
24-
prod-key: PROD_LABELBOX_API_KEY_2
25-
staging-key: STAGING_LABELBOX_API_KEY_2
26-
- python-version: 3.8
27-
prod-key: PROD_LABELBOX_API_KEY_3
28-
staging-key: STAGING_LABELBOX_API_KEY_3
2919

3020
steps:
3121
- name: Cancel previous workflow

0 commit comments

Comments
 (0)