diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e957df6..50abe25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,11 @@ jobs: - name: Test run: poetry run pytest -rP tests/custom - - name: Integration Tests - env: - VECTARA_API_KEY: ${{ secrets.VECTARA_API_KEY }} - run: poetry run pytest -rP int_tests + # Temporarily disabled - integration tests being fixed in separate PR + # - name: Integration Tests + # env: + # VECTARA_API_KEY: ${{ secrets.VECTARA_API_KEY }} + # run: poetry run pytest -rP int_tests publish: needs: [compile, test]