mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
fix for lib/jvm/languages/python/bin/conda no such file (#2917)
Summary: environment: line 9: /opt/conda/lib/jvm/languages/python/bin/conda: No such file or directory Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2917 Reviewed By: mdouze Differential Revision: D46841321 Pulled By: algoriddle fbshipit-source-id: bdfbc16fbf422406c5195293dd4730f71a261e40
This commit is contained in:
parent
f69b1db60a
commit
e0741ca5d7
@ -179,7 +179,7 @@ jobs:
|
||||
name: Set up environment
|
||||
command: |
|
||||
conda update -y -q conda
|
||||
conda install -y -q cmake=3.23.1 make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.17 -c pkgs/main -c conda-forge
|
||||
conda install -y -q pkgs/main::python=3.10 cmake=3.23.1 make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.17 -c pkgs/main -c conda-forge
|
||||
- run:
|
||||
name: Build all targets
|
||||
no_output_timeout: 30m
|
||||
|
Loading…
x
Reference in New Issue
Block a user