Skip to content

Commit

Permalink
Added openai api key
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-aiq committed Oct 10, 2024
1 parent 552cf6b commit 3e643af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Install dependencies
run: poetry install --with dev,llm
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: poetry run pytest
- name: Build packages
run: poetry build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Install dependencies
run: poetry install --with dev,llm
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: poetry run pytest --cov=sigmaiq --cov-report term --cov-report xml:cov.xml -vv
- name: Store coverage for badge
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 3e643af

Please sign in to comment.