Skip to content

Commit

Permalink
Update open-source-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandu-k authored Aug 1, 2023
1 parent 4d1a044 commit 2c94026
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/open-source-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
python-version: "3.8"
cache: "pip"

- name: "Determine py-marqo's supported Marqo version"
id: marqo_version
run: |
python -m pip install --upgrade pip
pip install marqo
echo "::set-output name=version::$(python -c 'from marqo import version; print(version.__marqo_version__)')"
- name: Log into ECR
uses: docker/login-action@v1
if: github.event.inputs.push_to == 'ECR'
Expand Down

0 comments on commit 2c94026

Please sign in to comment.