Skip to content

Commit f31f06a

Browse files
sadoughifacebook-github-bot
sadoughi
authored andcommitted
Constrain conda version for Windows build (#4040)
Summary: Failure in nightly build due to conda/conda-build#5549: https://github.com/facebookresearch/faiss/actions/runs/11967515834/job/33370335745 Pull Request resolved: #4040 Reviewed By: mnorris11 Differential Revision: D66402850 Pulled By: asadoughi fbshipit-source-id: 1601647ded3d30b750c921b4c7eafa1c0a7ad54b
1 parent eaab46c commit f31f06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_conda/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ runs:
3434
- name: Install conda build tools
3535
shell: ${{ steps.choose_shell.outputs.shell }}
3636
run: |
37-
conda update -y -q conda
38-
conda install -y -q conda-build
37+
conda install -y -q "conda!=24.11.0"
38+
conda install -y -q "conda-build!=24.11.0"
3939
- name: Enable anaconda uploads
4040
if: inputs.label != ''
4141
shell: ${{ steps.choose_shell.outputs.shell }}

0 commit comments

Comments
 (0)