Skip to content

Commit

Permalink
setup env var
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Feb 12, 2024
1 parent 6809ee1 commit 6efed5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
ASTRA_DB_ID: "${{ steps.astra-db.outputs.db_id }}"
OPENAI_API_KEY: "${{ secrets.E2E_TESTS_OPEN_AI_KEY }}"
LANGCHAIN_API_KEY: "${{ secrets.E2E_TESTS_LANGCHAIN_API_KEY }}"
LLAMA_CLOUD_API_KEY: "${{ secrets.E2E_TESTS_LLAMA_CLOUD_API_KEY }}"
GCLOUD_ACCOUNT_KEY_JSON: "${{ secrets.E2E_TESTS_GCLOUD_ACCOUNT_KEY_JSON }}"
run: |
source scripts/ci-common-env.sh
Expand All @@ -114,6 +115,7 @@ jobs:
HUGGINGFACE_HUB_KEY: "${{ secrets.E2E_TESTS_HUGGINGFACE_HUB_KEY }}"
NVIDIA_API_KEY: "${{ secrets.E2E_TESTS_NVIDIA_API_KEY }}"
LANGCHAIN_API_KEY: "${{ secrets.E2E_TESTS_LANGCHAIN_API_KEY }}"
LLAMA_CLOUD_API_KEY: "${{ secrets.E2E_TESTS_LLAMA_CLOUD_API_KEY }}"
run: |
source scripts/ci-common-env.sh
if [ "${{ inputs.suite-name == 'ragstack' }}" == "true" ]; then
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pass_env =
LANGCHAIN_TRACING_V2
LANGCHAIN_ENDPOINT
LANGCHAIN_PROJECT
LLAMA_CLOUD_API_KEY
deps =
pytest
nbmake
Expand All @@ -27,7 +28,7 @@ commands =


[testenv:lint-yaml]
deps =
deps =
yamllint
commands =
commands =
yamllint -c .github/.yamllint .github/

0 comments on commit 6efed5a

Please sign in to comment.