Skip to content

Commit

Permalink
Merge branch 'cuvs-24.10' of https://github.com/tarang-jain/faiss int…
Browse files Browse the repository at this point in the history
…o cuvs-24.10
  • Loading branch information
tarang-jain committed Dec 19, 2024
2 parents 49eb31a + 3b9c62e commit 7d4be1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ runs:
- name: Install conda build tools
shell: ${{ steps.choose_shell.outputs.shell }}
run: |
conda install -y -q "conda!=24.11.0"
conda install -y -q "conda-build!=24.11.0"
conda install -y "conda!=24.11.0"
conda install -y "conda-build!=24.11.0"
- name: Fix CI failure
shell: ${{ steps.choose_shell.outputs.shell }}
if: runner.os != 'Windows'
run: conda remove conda-anaconda-telemetry
- name: Enable anaconda uploads
if: inputs.label != ''
shell: ${{ steps.choose_shell.outputs.shell }}
Expand Down

0 comments on commit 7d4be1d

Please sign in to comment.