File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2020 - python-version : 3.6
2121 prod-key : LABELBOX_API_KEY
2222 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
2329
2430 steps :
2531 - name : Cancel previous workflow
7985 # make sure to tell tox to use these environs in tox.ini
8086 #
8187 # msokoloff+prod-python@labelbox.com
82- LABELBOX_TEST_API_KEY_PROD : ${{ secrets. [matrix.prod-key] }}
88+ LABELBOX_TEST_API_KEY_PROD : ${{ secrets[matrix.prod-key] }}
8389
8490 # randall+staging-python@labelbox.com
85- LABELBOX_TEST_API_KEY_STAGING : ${{ secrets. [matrix.staging-key] }}
91+ LABELBOX_TEST_API_KEY_STAGING : ${{ secrets[matrix.staging-key] }}
8692 run : |
8793 tox -e py -- -svvx
You can’t perform that action at this time.
0 commit comments