Skip to content

Commit

Permalink
remove test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 20, 2023
1 parent 625fb9a commit fce3272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
- test-python
- test-javascript

if: always() && contains(needs.*.result, 'failure')
# if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'

runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion Python/openai-manual/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@


def main():
raise Exception('oops')
tracer.send_event(
"ai.request",
properties=request_params
Expand Down

0 comments on commit fce3272

Please sign in to comment.