Skip to content

Commit 6f1b628

Browse files
committed
parallelize
1 parent 519a162 commit 6f1b628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
# make sure to tell tox to use these environs in tox.ini
8080
#
8181
# msokoloff+prod-python@labelbox.com
82-
LABELBOX_TEST_API_KEY_PROD: ${{ secrets.LABELBOX_API_KEY }}
82+
LABELBOX_TEST_API_KEY_PROD: ${{ secrets.[matrix.prod-key] }}
8383

8484
# randall+staging-python@labelbox.com
85-
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets.STAGING_LABELBOX_API_KEY }}
85+
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets.[matrix.staging-key] }}
8686
run: |
8787
tox -e py -- -svvx

0 commit comments

Comments
 (0)