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 a858204 commit 49557ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
run: |
poetry install --with dev
- name: Export OPENAI API KEY for tests
env:
AGENT_CATALOG_EMBEDDING_MODEL_AUTH: ${{ secrets.AGENT_CATALOG_EMBEDDING_MODEL_AUTH }}
run: python -c 'import os;print(os.environ)'
- name: Export OPENAI API KEY secret
run: echo "AGENT_CATALOG_EMBEDDING_MODEL_AUTH=${{ secrets.AGENT_CATALOG_EMBEDDING_MODEL_AUTH }}" >> $GITHUB_ENV

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

0 comments on commit 49557ff

Please sign in to comment.