Skip to content

Commit f323c0f

Browse files
Michael Norrismeta-codesync[bot]
authored andcommitted
Fix backward compat test (#5195)
Summary: Pull Request resolved: #5195 try to pin mkl < 2026 just like #5192 Reviewed By: alibeklfc Differential Revision: D104291586 fbshipit-source-id: 14acd9e82174185c6615d6b33cd376491c91895c
1 parent 23cd94c commit f323c0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/index-io-backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
eval "$(conda shell.bash hook)"
5353
conda create -n faiss_conda_read -y python=3.12
5454
conda activate faiss_conda_read
55-
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1
55+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1 "mkl>=2024.2.2,<2026"
5656
conda list
5757
5858
- name: Run Conda reader (read Faiss index and verify)
@@ -89,7 +89,7 @@ jobs:
8989
eval "$(conda shell.bash hook)"
9090
conda create -n faiss_conda_write -y python=3.12
9191
conda activate faiss_conda_write
92-
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1
92+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1 "mkl>=2024.2.2,<2026"
9393
conda list
9494
9595
- name: Create shared data directory

0 commit comments

Comments
 (0)