Browse Source

fix: tests

Yeuoly 1 year ago
parent
commit
175ff26cbd
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .github/workflows/tests.yml

+ 8 - 0
.github/workflows/tests.yml

@@ -35,5 +35,13 @@ jobs:
       - name: Compile library
         run: bash ./build/build_amd64.sh
 
+      - name: Setup Python3.10
+        uses: actions/setup-python@v2
+        with:
+          python-version: '3.10'
+
+      - name: Install Python dependencies
+        run: pip install httpx requests jinja2
+
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...