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 20
20
- python-version : 3.6
21
21
prod-key : LABELBOX_API_KEY
22
22
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
23
29
24
30
steps :
25
31
- name : Cancel previous workflow
79
85
# make sure to tell tox to use these environs in tox.ini
80
86
#
81
87
# 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] }}
83
89
84
90
# 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] }}
86
92
run : |
87
93
tox -e py -- -svvx
You can’t perform that action at this time.
0 commit comments