Yeuoly 1 year ago
parent
commit
187d93857e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/tests.yml

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

@@ -41,7 +41,9 @@ jobs:
           python-version: '3.10'
           python-version: '3.10'
 
 
       - name: Install Python dependencies
       - 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
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...
+        env:
+          PYTHON_PATH: /usr/bin/python3.10