From 3f8d703ea8bf0c2536f8a18b5727cdf7c8b8ca2a Mon Sep 17 00:00:00 2001 From: Li Wan Date: Wed, 24 Jan 2024 20:12:31 +1100 Subject: [PATCH] Patch the py-marqo installation workflow --- .github/workflows/arm64_docker_marqo.yml | 2 +- .github/workflows/cpu_docker_marqo.yml | 2 +- .github/workflows/cpu_local_marqo.yml | 2 +- .github/workflows/cuda_docker_marqo.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm64_docker_marqo.yml b/.github/workflows/arm64_docker_marqo.yml index a6aebc9db..c7eabc42c 100644 --- a/.github/workflows/arm64_docker_marqo.yml +++ b/.github/workflows/arm64_docker_marqo.yml @@ -104,7 +104,7 @@ jobs: echo "::set-output name=py_marqo_branch::git+https://github.com/marqo-ai/py-marqo.git@${{ env.PY_MQ_API_TEST_BRANCH }}" fi env: - PY_MQ_API_TEST_BRANCH: ${{ inputs.py-marqo-branch }} + PY_MQ_API_TEST_BRANCH: ${{ inputs.py_marqo_branch }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/.github/workflows/cpu_docker_marqo.yml b/.github/workflows/cpu_docker_marqo.yml index b5276add5..2348bf296 100644 --- a/.github/workflows/cpu_docker_marqo.yml +++ b/.github/workflows/cpu_docker_marqo.yml @@ -97,7 +97,7 @@ jobs: echo "::set-output name=py_marqo_branch::git+https://github.com/marqo-ai/py-marqo.git@${{ env.PY_MQ_API_TEST_BRANCH }}" fi env: - PY_MQ_API_TEST_BRANCH: ${{ inputs.py-marqo-branch }} + PY_MQ_API_TEST_BRANCH: ${{ inputs.py_marqo_branch }} - name: Checkout marqo-api-tests repo uses: actions/checkout@v3 diff --git a/.github/workflows/cpu_local_marqo.yml b/.github/workflows/cpu_local_marqo.yml index bf7c19eb0..53597e17a 100644 --- a/.github/workflows/cpu_local_marqo.yml +++ b/.github/workflows/cpu_local_marqo.yml @@ -96,7 +96,7 @@ jobs: echo "::set-output name=py_marqo_branch::git+https://github.com/marqo-ai/py-marqo.git@${{ env.PY_MQ_API_TEST_BRANCH }}" fi env: - PY_MQ_API_TEST_BRANCH: ${{ inputs.py-marqo-branch }} + PY_MQ_API_TEST_BRANCH: ${{ inputs.py_marqo_branch }} - name: Checkout marqo-api-tests repo uses: actions/checkout@v3 diff --git a/.github/workflows/cuda_docker_marqo.yml b/.github/workflows/cuda_docker_marqo.yml index 85fad193f..d071f718e 100644 --- a/.github/workflows/cuda_docker_marqo.yml +++ b/.github/workflows/cuda_docker_marqo.yml @@ -98,7 +98,7 @@ jobs: echo "::set-output name=py_marqo_branch::git+https://github.com/marqo-ai/py-marqo.git@${{ env.PY_MQ_API_TEST_BRANCH }}" fi env: - PY_MQ_API_TEST_BRANCH: ${{ inputs.py-marqo-branch }} + PY_MQ_API_TEST_BRANCH: ${{ inputs.py_marqo_branch }} - name: Checkout marqo-api-tests repo uses: actions/checkout@v3