浏览代码

install test requirements

Rodja Trappe 2 年之前
父节点
当前提交
8d43b4a912
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/test.yml

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

@@ -26,6 +26,7 @@ jobs:
           poetry install
           poetry install
           # 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
           pip install opencv-python opencv-contrib-python-headless httpx replicate langchain openai simpy
+          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
       - name: test startup
       - name: test startup