File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
- run : mkdir junit-xml
76
76
- run : poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
77
77
timeout-minutes : 10
78
+ env :
79
+ OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
78
80
# Time skipping doesn't yet support ARM
79
81
- if : ${{ !endsWith(matrix.os, '-arm') }}
80
82
run : poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
81
83
timeout-minutes : 10
82
- env :
83
- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
84
84
# Check cloud if proper target and not on fork
85
85
- if : ${{ matrix.cloudTestTarget && (github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-python') }}
86
86
run : poe test ${{matrix.pytestExtraArgs}} -s -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--cloud.xml
You can’t perform that action at this time.
0 commit comments