From 99657f20c969cf203548f7ec126899af5bfa1bdc Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Mon, 15 May 2023 20:29:09 +0200 Subject: [PATCH] ???? --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95c448e9..d24b5ec4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -189,7 +189,6 @@ jobs: cancel-in-progress: true needs: - start-runner -# - build-and-push-image # Wait for the docker image to be built runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner steps: - uses: actions/checkout@v2 @@ -213,7 +212,6 @@ jobs: - name: Run tests run: | export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-65391ba -# export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }} export HUGGING_FACE_HUB_TOKEN={{ secrets.HUGGING_FACE_HUB_TOKEN }} make integration-tests @@ -221,7 +219,6 @@ jobs: name: Stop self-hosted EC2 runner needs: - start-runner -# - build-and-push-image - integration-tests runs-on: ubuntu-latest env: