Skip to content

Commit

Permalink
Patch the py-marqo installation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 24, 2024
1 parent e5aa3ed commit 3f8d703
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_docker_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpu_docker_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpu_local_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cuda_docker_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f8d703

Please sign in to comment.