mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-07 03:58:31 -04:00
Add strict channel priority to default conda config.
This commit is contained in:
parent
3617aec093
commit
a3ad5eb2a1
@ -98,6 +98,10 @@ def render_constructor(
|
||||
name=name,
|
||||
version=version,
|
||||
company=company,
|
||||
condarc=dict(
|
||||
channels=lock_spec.channels,
|
||||
channel_priority="strict",
|
||||
),
|
||||
channels=lock_spec.channels,
|
||||
specs=lock_spec.specs,
|
||||
initialize_by_default=False if platform.startswith("win") else True,
|
||||
|
Loading…
Reference in New Issue
Block a user