Skip to content

Commit

Permalink
ensure we're using the Python interpreter in automated tests to run p…
Browse files Browse the repository at this point in the history
…ytest
  • Loading branch information
ElishaKay committed Aug 16, 2024
1 parent 5ea880f commit c5155e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ services:
OPENAI_API_KEY: ${OPENAI_API_KEY}
TAVILY_API_KEY: ${TAVILY_API_KEY}
LANGCHAIN_API_KEY: ${LANGCHAIN_API_KEY}
command: /bin/sh -c "pip install pytest pytest-asyncio && pytest tests/all-6-report-types.py"
command: >
/bin/sh -c "
pip install pytest pytest-asyncio &&
python -m pytest tests/all-6-report-types.py
"

0 comments on commit c5155e1

Please sign in to comment.