Skip to content

Commit 519a162

Browse files
committed
parallelize
1 parent c83b8e5 commit 519a162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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
1923

2024
steps:
2125
- name: Cancel previous workflow

0 commit comments

Comments
 (0)