Skip to content

Commit

Permalink
don't include dev channels on stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Sep 3, 2024
1 parent 9de1f09 commit 7b98fef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ def _create_conda_lock(env_type='base'):
definitions = {
"channels": [
CONDA_BLD_PATH,
"conda-forge/label/spyder_dev",
"conda-forge/label/spyder_kernels_rc",
"conda-forge"
],
"dependencies": [k + v for k, v in specs.items()],
Expand Down

0 comments on commit 7b98fef

Please sign in to comment.