Skip to content

Commit 99e7b40

Browse files
committed
Update backward compatibility test to v1.15.0
1 parent 7a4e797 commit 99e7b40

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.3 "mkl>=2024.2.2,<2026"
55+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.15.0 "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.3 "mkl>=2024.2.2,<2026"
92+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.15.0 "mkl>=2024.2.2,<2026"
9393
conda list
9494
9595
- name: Create shared data directory

0 commit comments

Comments
 (0)