Skip to content

Commit

Permalink
Merge pull request #35 from microsoft/python
Browse files Browse the repository at this point in the history
added fake .env file
  • Loading branch information
sethjuarez authored Jul 11, 2024
2 parents d576d33 + c87cfb3 commit bc0105c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prompty-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
working-directory: ./runtime/prompty
run: pdm install

- name: write fake env file
working-directory: ./runtime/prompty
run: |
echo "AZURE_OPENAI_ENDPOINT=https://fake\nAZURE_OPENAI_KEY=123432" > .env
- name: test package
working-directory: ./runtime/prompty
run: pdm run pytest
Expand Down

0 comments on commit bc0105c

Please sign in to comment.