Skip to content

Commit

Permalink
Merge branch 'main' into anthropic
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Sep 25, 2023
2 parents 760d4cf + cb1147a commit 629014d
Show file tree
Hide file tree
Showing 13 changed files with 285 additions and 3,561 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-traceloop-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
pull_request:
push:
branches:
- 'main'
- "main"

jobs:

test:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,5 +43,6 @@ jobs:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
TRACELOOP_PROMPT_REGISTRY_ENABLED: false
working-directory: packages/traceloop-sdk
run: poetry run pytest
Loading

0 comments on commit 629014d

Please sign in to comment.