Skip to content

Commit

Permalink
Running the complete testset
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersegal committed Jun 19, 2024
1 parent e21d564 commit 3c307aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
AZURE_OPENAI_API_VERSION: ${{ secrets.AZURE_OPENAI_API_VERSION }}
run: |
poetry run python3 -c 'import os;print(os.environ)'
poetry run python3 -m unittest tests/basic.py -k test_simple_greet
#poetry run python3 -c 'import os;print(os.environ)'
poetry run python3 -m unittest tests/basic.py

0 comments on commit 3c307aa

Please sign in to comment.