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:
7575 - run : mkdir junit-xml
7676 - run : poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
7777 timeout-minutes : 10
78+ env :
79+ OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
7880 # Time skipping doesn't yet support ARM
7981 - if : ${{ !endsWith(matrix.os, '-arm') }}
8082 run : poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
8183 timeout-minutes : 10
82- env :
83- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
8484 # Check cloud if proper target and not on fork
8585 - if : ${{ matrix.cloudTestTarget && (github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-python') }}
8686 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