Skip to content

Commit

Permalink
modify py312 migrator not to override our channel_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 1, 2023
1 parent 0e838ef commit 05e0a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci_support/migrations/python312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ __migrator:
paused: false
longterm: True
pr_limit: 60
use_local: True
max_solver_attempts: 5 # this will make the bot retry "not solvable" stuff 5 times
exclude:
# this shouldn't attempt to modify the python feedstocks
Expand All @@ -34,7 +35,8 @@ __migrator:
python:
- 3.12.* *_cpython
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge/label/python_rc,conda-forge # [unix]
- conda-forge/label/python_rc,conda-forge/label/llvm_rc,conda-forge/label/meson_dev,conda-forge # [win]
# additional entries to add for zip_keys
numpy:
- 1.26
Expand Down

0 comments on commit 05e0a5f

Please sign in to comment.