Skip to content

Commit

Permalink
Merge pull request spyder-ide#22290 from mrclary/release-workflow-fix
Browse files Browse the repository at this point in the history
PR: Always create the local conda channel on CI, even for releases
  • Loading branch information
ccordoba12 authored Jul 26, 2024
2 parents a623c71 + b7e79b3 commit 87fb061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
- name: Create Local Conda Channel
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 87fb061

Please sign in to comment.