Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU committed Feb 10, 2025
1 parent f8c535c commit a858204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
poetry install --with dev
- name: Export OPENAI API KEY for tests
run: |
export AGENT_CATALOG_EMBEDDING_MODEL_AUTH=${{ secrets.AGENT_CATALOG_EMBEDDING_MODEL_AUTH }}
env:
AGENT_CATALOG_EMBEDDING_MODEL_AUTH: ${{ secrets.AGENT_CATALOG_EMBEDDING_MODEL_AUTH }}
run: python -c 'import os;print(os.environ)'

- run: echo "🔥 Starting the core tests (🤞 please don't break!)."
- name: Verify Pytest installation
Expand Down

0 comments on commit a858204

Please sign in to comment.