Skip to content

Commit

Permalink
[ci-skip] Should fix issue where mamba search did not return list of …
Browse files Browse the repository at this point in the history
…local packages
  • Loading branch information
mrclary committed Dec 15, 2024
1 parent fb2776d commit 0979b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,9 @@ jobs:
run: |
mkdir -p $CONDA_BLD_PATH
conda config --set bld_path $CONDA_BLD_PATH
conda config --set conda_build.root-dir $CONDA_BLD_PATH
conda index $CONDA_BLD_PATH
mamba search -c local --override-channels || true
conda search -c local --override-channels || true
- name: Create Keychain
if: runner.os == 'macOS' && env.NOTARIZE == 'true'
Expand Down

0 comments on commit 0979b67

Please sign in to comment.