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