From c4543bdf7b50a7c02aec934e8c88bcaf26073de2 Mon Sep 17 00:00:00 2001
From: Li Wan
Date: Mon, 18 Nov 2024 12:57:46 +1100
Subject: [PATCH] Install marqo-base requirements for 2.13 releases (#1041)
---
.github/workflows/largemodel_unit_test_CI.yml | 2 +-
.github/workflows/unit_test_200gb_CI.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/largemodel_unit_test_CI.yml b/.github/workflows/largemodel_unit_test_CI.yml
index 68bd154d5..491b6f00c 100644
--- a/.github/workflows/largemodel_unit_test_CI.yml
+++ b/.github/workflows/largemodel_unit_test_CI.yml
@@ -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
diff --git a/.github/workflows/unit_test_200gb_CI.yml b/.github/workflows/unit_test_200gb_CI.yml
index 4bccd70c0..28ee50cfc 100644
--- a/.github/workflows/unit_test_200gb_CI.yml
+++ b/.github/workflows/unit_test_200gb_CI.yml
@@ -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