Skip to content

Commit

Permalink
Move env setup to 1 level above
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Nov 28, 2023
1 parent 2f1f101 commit bdd9713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lib-integration-tests-runner.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Runner for the suite of ML Lib tests
#
name: Library Integration Tests Runner
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_ORG_ID: ${{ secrets.OPENAI_ORG_ID }}
on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lib-openai-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
pip install --no-cache-dir --disable-pip-version-check -r lib_integration/openai/requirements.txt
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_ORG_ID: ${{ secrets.OPENAI_ORG_ID }}
run: |
cd ./tests/lib_integration/openai/
python -m pytest -vv -ss .

0 comments on commit bdd9713

Please sign in to comment.