Skip to content

Commit

Permalink
Only create local conda channel if subrepos are used or if building s…
Browse files Browse the repository at this point in the history
…pyder
  • Loading branch information
mrclary committed Jul 19, 2024
1 parent 10af1c5 commit 3aa7804
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 @@ -229,6 +229,7 @@ jobs:
python build_conda_pkgs.py --build spyder
- name: Create Local Conda Channel
if: env.USE_SUBREPOS == 'true' || env.IS_RELEASE == 'false'
run: |
conda config --set bld_path $CONDA_BLD_PATH
conda index $CONDA_BLD_PATH
Expand Down

0 comments on commit 3aa7804

Please sign in to comment.