Skip to content

Commit

Permalink
Nevermind, always create the local channel, even if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jul 19, 2024
1 parent 3aa7804 commit e01ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ jobs:
python build_conda_pkgs.py --build spyder
- name: Create Local Conda Channel
if: env.USE_SUBREPOS == 'true' || env.IS_RELEASE == 'false'
run: |
mkdir -p $CONDA_BLD_PATH
conda config --set bld_path $CONDA_BLD_PATH
conda index $CONDA_BLD_PATH
mamba search -c local --override-channels || true
Expand Down

0 comments on commit e01ae3a

Please sign in to comment.