瀏覽代碼

add isort for startup tests

Falko Schindler 1 年之前
父節點
當前提交
4c2d1b7167
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -26,7 +26,7 @@ jobs:
           poetry config virtualenvs.create false
           poetry config virtualenvs.create false
           poetry install --all-extras
           poetry install --all-extras
           # install packages to run the examples
           # 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
           pip install -r tests/requirements.txt
           # try fix issue with importlib_resources
           # try fix issue with importlib_resources
           pip install importlib-resources
           pip install importlib-resources