Skip to content

Commit

Permalink
use the openai secret in github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Sep 5, 2024
1 parent 2d3b5a0 commit 61f14ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
shell: bash

- name: "Test"
env:
OPENAI_API_KEY: ${{ secrets.openai_api_key }}
run: 'poetry run pytest'
shell: bash

0 comments on commit 61f14ef

Please sign in to comment.