Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/src/aoai-api-simulator/python…
Browse files Browse the repository at this point in the history
…-multipart-0.0.18
  • Loading branch information
stuartleeks authored Dec 9, 2024
2 parents 77e6f79 + 210f432 commit f96f15e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
echo -e "Running ci-build for ref:$GITHUB_BASE_REF\n\n"
make install-requirements
echo -e "\n\n--------------------------------------------------------------------------------\n\n"
echo -e "\n\n------------------------------ version --------------------------------------------------\n\n"
python --version
pip freeze
echo -e "\n\n------------------------------ lint --------------------------------------------------\n\n"
./scripts/ci-lint.sh
echo -e "\n\n--------------------------------------------------------------------------------\n\n"
echo -e "\n\n------------------------------ test --------------------------------------------------\n\n"
make test
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest-asyncio==0.23.6
pytest-watch==4.2.0
pytest-httpserver==1.0.10
azure-ai-formrecognizer==3.3.2
aiohttp==3.10.2
aiohttp==3.10.2
httpx==0.27.2

0 comments on commit f96f15e

Please sign in to comment.