From b6494b91c44ba9b739d3f5cb4b9104dfdae1592a Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Jun 2024 23:22:36 +0000 Subject: [PATCH] Integrations tests not in docker. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a2334fb5..9d146a7b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -169,7 +169,6 @@ jobs: make install-integration-tests - name: Run tests run: | - export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}-intel export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }} pytest -s -vv integration-tests