We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2eb0aa commit 1d57a21Copy full SHA for 1d57a21
.github/workflows/python-package.yml
@@ -13,7 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- # TODO: unlock parallel testing by using more API keys
17
include:
18
- python-version: 3.6
19
prod-key: LABELBOX_API_KEY
@@ -81,11 +80,8 @@ jobs:
81
80
- name: Test with tox
82
env:
83
# make sure to tell tox to use these environs in tox.ini
84
- #
85
- # msokoloff+prod-python@labelbox.com
86
LABELBOX_TEST_API_KEY_PROD: ${{ secrets[matrix.prod-key] }}
87
88
- # randall+staging-python@labelbox.com
89
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
90
run: |
91
tox -e py -- -svvx
0 commit comments