Skip to content

Commit

Permalink
ci: add environment variables for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 18, 2023
1 parent f88063b commit 00abab0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ jobs:

- name: Install Dependencies
shell: bash
env:
OPENAI_API_KEY: "fake_key"
COHERE_API_KEY: "another_fake_key"
AWS_ACCESS_KEY_ID: "1234567890"
AWS_SECRET_ACCESS_KEY: "fake_secret_key"
AWS_REGION_NAME: "any-region"
AWS_BUCKET_NAME: "bucket-name"
run: |
sudo apt update --yes --quiet
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 00abab0

Please sign in to comment.