Skip to content

Commit

Permalink
Install marqo-base requirements for 2.13 releases (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex authored Nov 18, 2024
1 parent d78a563 commit c4543bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/largemodel_unit_test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r marqo-base/requirements.txt
pip install -r marqo-base/requirements/amd64-gpu-requirements.txt
# override base requirements with marqo requirements, if needed:
pip install -r marqo/requirements.dev.txt
pip install pytest==7.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r marqo-base/requirements.txt
pip install -r marqo-base/requirements/amd64-gpu-requirements.txt
# override base requirements with marqo requirements, if needed:
pip install -r marqo/requirements.dev.txt
Expand Down

0 comments on commit c4543bd

Please sign in to comment.