Skip to content

Commit

Permalink
fix for lib/jvm/languages/python/bin/conda no such file (facebookrese…
Browse files Browse the repository at this point in the history
…arch#2917)

Summary:
environment: line 9: /opt/conda/lib/jvm/languages/python/bin/conda: No such file or directory

Pull Request resolved: facebookresearch#2917

Reviewed By: mdouze

Differential Revision: D46841321

Pulled By: algoriddle

fbshipit-source-id: bdfbc16fbf422406c5195293dd4730f71a261e40
  • Loading branch information
algoriddle authored and facebook-github-bot committed Jun 21, 2023
1 parent f69b1db commit e0741ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0741ca

Please sign in to comment.