Skip to content

Commit

Permalink
add isort for startup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Apr 11, 2024
1 parent f1a5a0e commit 4c2d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
poetry config virtualenvs.create false
poetry install --all-extras
# install packages to run the examples
pip install opencv-python opencv-contrib-python-headless httpx replicate langchain openai simpy tortoise-orm
pip install opencv-python opencv-contrib-python-headless httpx isort replicate langchain openai simpy tortoise-orm
pip install -r tests/requirements.txt
# try fix issue with importlib_resources
pip install importlib-resources
Expand Down

0 comments on commit 4c2d1b7

Please sign in to comment.