Yeuoly 1 ano atrás
pai
commit
187d93857e
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      .github/workflows/tests.yml

+ 3 - 1
.github/workflows/tests.yml

@@ -41,7 +41,9 @@ jobs:
           python-version: '3.10'
 
       - name: Install Python dependencies
-        run: pip install httpx requests jinja2
+        run: pip install httpx requests jinja2 && python -c "import sys;print(sys.executable)"
 
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...
+        env:
+          PYTHON_PATH: /usr/bin/python3.10