Skip to content

Commit 1d57a21

Browse files
committed
parallelize
1 parent d2eb0aa commit 1d57a21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
# TODO: unlock parallel testing by using more API keys
1716
include:
1817
- python-version: 3.6
1918
prod-key: LABELBOX_API_KEY
@@ -81,11 +80,8 @@ jobs:
8180
- name: Test with tox
8281
env:
8382
# make sure to tell tox to use these environs in tox.ini
84-
#
85-
# msokoloff+prod-python@labelbox.com
8683
LABELBOX_TEST_API_KEY_PROD: ${{ secrets[matrix.prod-key] }}
8784

88-
# randall+staging-python@labelbox.com
8985
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
9086
run: |
9187
tox -e py -- -svvx

0 commit comments

Comments
 (0)