Explorar o código

#884 add missing dependency for openai example

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
638a57198a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/test.yml

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

@@ -25,7 +25,7 @@ jobs:
           poetry config virtualenvs.create false
           poetry install
           # install packages to run the examples
-          pip install opencv-python opencv-contrib-python-headless httpx replicate
+          pip install opencv-python opencv-contrib-python-headless httpx replicate langchain
           # try fix issue with importlib_resources
           pip install importlib-resources
       - name: test startup