Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
add cohere api key to CI
  • Loading branch information
acatav authored Dec 6, 2023
1 parent 4f2bb67 commit b9af5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
if: github.event_name == 'merge_group'
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
CO_API_KEY: ${{ secrets.CO_API_KEY }}
run: poetry run pytest tests/system

0 comments on commit b9af5cd

Please sign in to comment.