Skip to content

Commit

Permalink
Add LANGCHAIN_API_KEY to integration tests workflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjunaidca committed Nov 28, 2024
1 parent 3d93d39 commit 7e81fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}
LANGSMITH_TRACING: false
LANGCHAIN_TRACING_V2: false
LANGSMITH_TEST_CACHE: tests/cassettes
Expand Down

0 comments on commit 7e81fdc

Please sign in to comment.